* m32r.h (STDIO_PROTO): Fix typo.

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

View File

@ -1,6 +1,7 @@
Wed Jul 8 21:43:14 1998 Jeffrey A Law (law@cygnus.com)
* i386/cygwin32.h (STDIO_PROTO): Fix typo.
* m32r.h (STDIO_PROTO): Fix typo.
* pa.h (LEGITIMIZE_RELOAD_ADDRESS): Handle addresses created by
LEGITIMIZE_RELOAD_ADDRESS.

View File

@ -1991,7 +1991,7 @@ enum m32r_function_type
#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) ()