From: Jim Wilson Date: Thu, 21 Apr 1994 19:54:38 +0000 (-0700) Subject: (CPP_SPEC): Define _LANGUAGE_C for Objective C also. X-Git-Tag: misc/cutover-egcs-0~6816 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9db8b14a27423427cff86b0d399ece20a5e36965;p=thirdparty%2Fgcc.git (CPP_SPEC): Define _LANGUAGE_C for Objective C also. From-SVN: r7127 --- diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h index ff124b0c8f81..2e224432a37b 100644 --- a/gcc/config/mips/iris5.h +++ b/gcc/config/mips/iris5.h @@ -61,7 +61,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ %{.cc: -D_LANGUAGE_C_PLUS_PLUS} \ %{.cxx: -D_LANGUAGE_C_PLUS_PLUS} \ %{.C: -D_LANGUAGE_C_PLUS_PLUS} \ -%{.m: -D_LANGUAGE_OBJECTIVE_C} \ +%{.m: -D_LANGUAGE_OBJECTIVE_C -D_LANGUAGE_C} \ %{!.S: %{!.cc: %{!.cxx: %{!.C: %{!.m: -D_LANGUAGE_C %{!ansi:-DLANGUAGE_C}}}}}}\ %{!mfp64: -D_MIPS_FPSET=16}%{mfp64: -D_MIPS_FPSET=32} \ %{mips1: -D_MIPS_ISA=_MIPS_ISA_MIPS1} \