From 9e518ef7e73dd10d7acbbad98667a6527f3894c1 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Thu, 7 Jan 1993 21:52:20 +0000 Subject: [PATCH] (CC): Add -U__STDC__. From-SVN: r3147 --- gcc/config/romp/x-romp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/romp/x-romp b/gcc/config/romp/x-romp index 4a329c0d78e..82f9e643942 100644 --- a/gcc/config/romp/x-romp +++ b/gcc/config/romp/x-romp @@ -5,7 +5,7 @@ # # hc's warnings do nothing but obscure the output, hence the -w. # -CC=hc -Hnocpp -w +CC=hc -Hnocpp -w -U__STDC__ # The default `make' on the RT doesn't define MAKE, so do it here. MAKE=make -- 2.30.2