Commit a6610106 by Jeffrey A Law Committed by Jeff Law

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

From-SVN: r21015
parent 5f0c590d
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
......
......@@ -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) ()
......
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