Commit fa6ac85e by Kaveh R. Ghazi Committed by Kaveh Ghazi

Fix thinko in last change to toplev.h (fnotice).

        Wrap prototype with BUFSIZ to protect FILE* usage.

From-SVN: r24932
parent 644f3d7e
...@@ -7,7 +7,8 @@ Sat Jan 30 23:14:13 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu> ...@@ -7,7 +7,8 @@ Sat Jan 30 23:14:13 1999 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* toplev.c (fnotice): Constify char* parameter. * toplev.c (fnotice): Constify char* parameter.
* toplev.h (fnotice): Add prototype. * toplev.h (fnotice): Add prototype.
Wrap prototype with BUFSIZ to protect FILE* usage.
Sun Jan 31 15:33:09 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz> Sun Jan 31 15:33:09 1999 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* config/c4x/c4x.h (RTX_COSTS): Explicitly define c4x costs. * config/c4x/c4x.h (RTX_COSTS): Explicitly define c4x costs.
......
...@@ -102,7 +102,9 @@ extern void do_abort PROTO ((void)) ATTRIBUTE_NORETURN; ...@@ -102,7 +102,9 @@ extern void do_abort PROTO ((void)) ATTRIBUTE_NORETURN;
extern void botch PROTO ((const char *)) extern void botch PROTO ((const char *))
ATTRIBUTE_NORETURN; ATTRIBUTE_NORETURN;
#ifdef BUFSIZ
extern void fnotice PROTO ((FILE *, const char *, ...)) extern void fnotice PROTO ((FILE *, const char *, ...))
ATTRIBUTE_PRINTF_2; ATTRIBUTE_PRINTF_2;
#endif
#endif /* __GCC_TOPLEV_H */ #endif /* __GCC_TOPLEV_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment