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-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9db8b14a27423427cff86b0d399ece20a5e36965;p=gcc.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 ff124b0c8f8..2e224432a37 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} \