diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-12-07 18:58:28 -0500 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-12-07 18:58:28 -0500 |
commit | 6fceaa5f5b3cd53c75847d8d1cc3e06b219b6122 (patch) | |
tree | 31313c8132423f6869f6a9b5463cbd209400c3a2 /gcc/objc/misc.c | |
parent | 4f23aac0fc644f98e5d00504dfb247b2028b3abc (diff) | |
download | gcc-6fceaa5f5b3cd53c75847d8d1cc3e06b219b6122.zip gcc-6fceaa5f5b3cd53c75847d8d1cc3e06b219b6122.tar.gz gcc-6fceaa5f5b3cd53c75847d8d1cc3e06b219b6122.tar.bz2 |
(stdlib.h): Define __USE_FIXED_PROTOTYPES__ before including stdlib.h.
From-SVN: r13250
Diffstat (limited to 'gcc/objc/misc.c')
-rw-r--r-- | gcc/objc/misc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/objc/misc.c b/gcc/objc/misc.c index ec58d9d..371025d 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 <stdlib.h> #ifdef __alpha__ |