(CPP_SPEC): Define _LANGUAGE_C for Objective C also.
authorJim Wilson <wilson@gcc.gnu.org>
Thu, 21 Apr 1994 19:54:38 +0000 (12:54 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Thu, 21 Apr 1994 19:54:38 +0000 (12:54 -0700)
From-SVN: r7127

gcc/config/mips/iris5.h

index ff124b0c8f8166875e6dd205c7461c66050bae47..2e224432a37b58ec2c6bf6fe2ec74dfc2568d970 100644 (file)
@@ -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} \