diff options
author | Per Bothner <bothner@gcc.gnu.org> | 1995-04-17 16:30:56 -0700 |
---|---|---|
committer | Per Bothner <bothner@gcc.gnu.org> | 1995-04-17 16:30:56 -0700 |
commit | a471bbffa48fb2abc0a16b233144448f13099fb4 (patch) | |
tree | f79dff5d954ea801cc48456c8f318b0a45709fb6 | |
parent | c9e5aa31802ac629311a6b16ae6548e37a5a2db9 (diff) | |
download | gcc-a471bbffa48fb2abc0a16b233144448f13099fb4.zip gcc-a471bbffa48fb2abc0a16b233144448f13099fb4.tar.gz gcc-a471bbffa48fb2abc0a16b233144448f13099fb4.tar.bz2 |
* config/mips/x-iris6 (FIXPROTO_DEFINES): Add -D_LANGUAGE_C_PLUS_PLUS.
From-SVN: r9401
-rw-r--r-- | gcc/config/mips/x-iris6 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/mips/x-iris6 b/gcc/config/mips/x-iris6 index a1a4fac..3f775fd 100644 --- a/gcc/config/mips/x-iris6 +++ b/gcc/config/mips/x-iris6 @@ -1,2 +1,2 @@ # Find all of the declarations from the header files -FIXPROTO_DEFINES= -D__EXTENSIONS__ +FIXPROTO_DEFINES= -D__EXTENSIONS__ -D_LANGUAGE_C_PLUS_PLUS |