From 6fceaa5f5b3cd53c75847d8d1cc3e06b219b6122 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Sat, 7 Dec 1996 18:58:28 -0500 Subject: [PATCH] (stdlib.h): Define __USE_FIXED_PROTOTYPES__ before including stdlib.h. From-SVN: r13250 --- gcc/objc/misc.c | 1 + 1 file changed, 1 insertion(+) 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__ -- 2.30.2