From: Jeffrey A Law Date: Wed, 8 Jul 1998 22:39:04 +0000 (+0000) Subject: * i386/cygwin32.h (STDIO_PROTO): Fix typo. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a6610106b817aa3f4f67d1428072c7af4f24cd52;p=gcc.git * i386/cygwin32.h (STDIO_PROTO): Fix typo. From-SVN: r21015 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 964f026d0d9..52dbf240acd 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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 diff --git a/gcc/config/i386/cygwin32.h b/gcc/config/i386/cygwin32.h index 38c1c2e2cb5..18499801fe1 100644 --- a/gcc/config/i386/cygwin32.h +++ b/gcc/config/i386/cygwin32.h @@ -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) ()