From f434403dd78bd9ecd8cfd721396170b9e05af2ea Mon Sep 17 00:00:00 2001 From: Jim Wilson Date: Mon, 12 Aug 1996 14:35:23 -0700 Subject: [PATCH] (DOLLARS_IN_IDENTIFIERS): Undefine. From-SVN: r12626 --- gcc/config/mips/iris5.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h index 8c9f20732a9..79d6c51bd59 100644 --- a/gcc/config/mips/iris5.h +++ b/gcc/config/mips/iris5.h @@ -129,6 +129,9 @@ Boston, MA 02111-1307, USA. */ #undef MACHINE_TYPE #define MACHINE_TYPE "SGI running IRIX 5.x" + + /* Dollar signs are OK in Irix5 but not in Irix3. */ +#undef DOLLARS_IN_IDENTIFIERS #undef NO_DOLLAR_IN_LABEL /* -G is incompatible with -KPIC which is the default, so only allow objects -- 2.30.2