mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 18:20:51 +08:00
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:
parent
644f3d7ef0
commit
fa6ac85e4b
@ -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.
|
||||
|
@ -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 */
|
||||
|
Loading…
x
Reference in New Issue
Block a user