OSDN Git Service

(CPP_SPEC): Define _LANGUAGE_C for Objective C also.
authorwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Apr 1994 19:54:38 +0000 (19:54 +0000)
committerwilson <wilson@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 21 Apr 1994 19:54:38 +0000 (19:54 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@7127 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/mips/iris5.h

index ff124b0..2e22443 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} \