* config/sun3.h: String argument to fprintf is const.

This commit is contained in:
Ian Lance Taylor 1993-04-09 18:50:36 +00:00
parent 545a27683e
commit 36c0a1ec22
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Fri Apr 9 10:43:20 1993 Ian Lance Taylor (ian@cygnus.com)
* config/sun3.h: String argument to fprintf is const.
* coff-mips.c: Renamed PAGE_SIZE to ROUND_SIZE, to avoid confusion
on systems which define PAGE_SIZE in <limits.h>.

View File

@ -21,7 +21,7 @@ extern int EXFUN(free,(PTR));
extern void EXFUN(abort,(void));
extern int EXFUN(close,(int));
extern int EXFUN(fcntl,(int des, int cmd, int e));
extern int EXFUN(fprintf,(FILE *,char *,...));
extern int EXFUN(fprintf,(FILE *,CONST char *,...));
extern int EXFUN(printf,(char *,...));
extern int EXFUN(qsort,(void *data,int els, int siz, int func()));
extern void EXFUN(exit,(int));