diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1995-04-17 16:30:38 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1995-04-17 16:30:38 -0700 |
commit | c9e5aa31802ac629311a6b16ae6548e37a5a2db9 (patch) | |
tree | 073044f378039c372dcfd0b3578b56918f47eb81 | |
parent | c4ae4e1116b6d4bfbd1d9c03cd82f90601a98e40 (diff) | |
download | gcc-c9e5aa31802ac629311a6b16ae6548e37a5a2db9.zip gcc-c9e5aa31802ac629311a6b16ae6548e37a5a2db9.tar.gz gcc-c9e5aa31802ac629311a6b16ae6548e37a5a2db9.tar.bz2 |
* config/mips/x-iris (FIXPROTO_DEFINES): Add -D_LANGUAGE_C_PLUS_PLUS.
From-SVN: r9400
-rw-r--r-- | gcc/config/mips/x-iris | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/x-iris b/gcc/config/mips/x-iris index e5bbbba..3d49e4c 100644 --- a/gcc/config/mips/x-iris +++ b/gcc/config/mips/x-iris @@ -25,4 +25,4 @@ CLIB = -lmld -lmalloc ALLOCA = alloca.o # Find all of the declarations from the header files -FIXPROTO_DEFINES= -D__EXTENSIONS__ +FIXPROTO_DEFINES= -D__EXTENSIONS__ -D_LANGUAGE_C_PLUS_PLUS |