* m32r.h (STDIO_PROTO): Fix typo.
From-SVN: r21016
This commit is contained in:
parent
a6610106b8
commit
a550815273
@ -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.
|
||||
|
@ -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) ()
|
||||
|
Loading…
Reference in New Issue
Block a user