Commit a5508152 by Jeffrey A Law Committed by Jeff Law

* m32r.h (STDIO_PROTO): Fix typo.

From-SVN: r21016
parent a6610106
Wed Jul 8 21:43:14 1998 Jeffrey A Law (law@cygnus.com) Wed Jul 8 21:43:14 1998 Jeffrey A Law (law@cygnus.com)
* i386/cygwin32.h (STDIO_PROTO): Fix typo. * i386/cygwin32.h (STDIO_PROTO): Fix typo.
* m32r.h (STDIO_PROTO): Fix typo.
* pa.h (LEGITIMIZE_RELOAD_ADDRESS): Handle addresses created by * pa.h (LEGITIMIZE_RELOAD_ADDRESS): Handle addresses created by
LEGITIMIZE_RELOAD_ADDRESS. LEGITIMIZE_RELOAD_ADDRESS.
......
...@@ -1991,7 +1991,7 @@ enum m32r_function_type ...@@ -1991,7 +1991,7 @@ enum m32r_function_type
#endif #endif
#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) #define STDIO_PROTO(ARGS) PROTO(ARGS)
#else #else
#define STDIO_PROTO(ARGS) () #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