From 629025f9f285e389de0f4239c2fde2acf17268f7 Mon Sep 17 00:00:00 2001 From: Jason Merrill Date: Wed, 18 May 1994 23:08:30 +0000 Subject: [PATCH] (FIXPROTO_DEFINES): Set to -D_XOPEN_SOURCE. From-SVN: r7335 --- gcc/config/i386/x-sco4 | 3 +++ gcc/config/x-svr4 | 3 +++ 2 files changed, 6 insertions(+) diff --git a/gcc/config/i386/x-sco4 b/gcc/config/i386/x-sco4 index 318943d63bf..145e40e08b4 100644 --- a/gcc/config/i386/x-sco4 +++ b/gcc/config/i386/x-sco4 @@ -5,3 +5,6 @@ CC = cc -nointl # Seems to be needed with SCO DEV3.2v4. X_CFLAGS = -D__STDC__=0 + +# See all the declarations. +FIXPROTO_DEFINES = -D_XOPEN_SOURCE diff --git a/gcc/config/x-svr4 b/gcc/config/x-svr4 index caf246ed52f..9c705434cc9 100644 --- a/gcc/config/x-svr4 +++ b/gcc/config/x-svr4 @@ -4,3 +4,6 @@ # bootstrapping. Do this by defining ALLOCA. ALLOCA = alloca.o + +# See all the declarations. +FIXPROTO_DEFINES = -D_XOPEN_SOURCE -- 2.30.2