From: Richard Kenner Date: Sat, 7 Dec 1996 23:58:28 +0000 (-0500) Subject: (stdlib.h): Define __USE_FIXED_PROTOTYPES__ before including stdlib.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=6fceaa5f5b3cd53c75847d8d1cc3e06b219b6122;p=gcc.git (stdlib.h): Define __USE_FIXED_PROTOTYPES__ before including stdlib.h. From-SVN: r13250 --- diff --git a/gcc/objc/misc.c b/gcc/objc/misc.c index ec58d9d4e8b..371025d2b55 100644 --- a/gcc/objc/misc.c +++ b/gcc/objc/misc.c @@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA. */ however invalidate any other reasons why the executable file might be covered by the GNU General Public License. */ +#define __USE_FIXED_PROTOTYPES__ #include #ifdef __alpha__