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

Wrap prototype with BUFSIZ to protect FILE* usage.

From-SVN: r24932
This commit is contained in:
Kaveh R. Ghazi 1999-01-30 21:26:52 +00:00 committed by Kaveh Ghazi
parent 644f3d7ef0
commit fa6ac85e4b
2 changed files with 4 additions and 1 deletions

View File

@ -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.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>
* config/c4x/c4x.h (RTX_COSTS): Explicitly define c4x costs.

View File

@ -102,7 +102,9 @@ extern void do_abort PROTO ((void)) ATTRIBUTE_NORETURN;
extern void botch PROTO ((const char *))
ATTRIBUTE_NORETURN;
#ifdef BUFSIZ
extern void fnotice PROTO ((FILE *, const char *, ...))
ATTRIBUTE_PRINTF_2;
#endif
#endif /* __GCC_TOPLEV_H */