* i386/cygwin32.h (STDIO_PROTO): Fix typo.

From-SVN: r21015
This commit is contained in:
Jeffrey A Law 1998-07-08 22:39:04 +00:00 committed by Jeff Law
parent 5f0c590d40
commit a6610106b8
2 changed files with 3 additions and 1 deletions

View File

@ -1,5 +1,7 @@
Wed Jul 8 21:43:14 1998 Jeffrey A Law (law@cygnus.com)
* i386/cygwin32.h (STDIO_PROTO): Fix typo.
* pa.h (LEGITIMIZE_RELOAD_ADDRESS): Handle addresses created by
LEGITIMIZE_RELOAD_ADDRESS.
* tm.texi (LEGITIMIZE_RELOAD_ADDRESS): Note that this macro must be

View File

@ -399,7 +399,7 @@ do { \
#endif
#endif
#ifdef BUFSIZE /* stdio.h has been included, ok to use FILE * */
#ifdef BUFSIZ /* stdio.h has been included, ok to use FILE * */
#define STDIO_PROTO(ARGS) PROTO(ARGS)
#else
#define STDIO_PROTO(ARGS) ()