diff options
author | Jim Wilson <wilson@gcc.gnu.org> | 1996-08-12 14:35:23 -0700 |
---|---|---|
committer | Jim Wilson <wilson@gcc.gnu.org> | 1996-08-12 14:35:23 -0700 |
commit | f434403dd78bd9ecd8cfd721396170b9e05af2ea (patch) | |
tree | a91229596133c24797e73cb1c8a669b55820b293 | |
parent | 03fd6b9862a2249a16713097a183bdb15b7fcdc3 (diff) | |
download | gcc-f434403dd78bd9ecd8cfd721396170b9e05af2ea.zip gcc-f434403dd78bd9ecd8cfd721396170b9e05af2ea.tar.gz gcc-f434403dd78bd9ecd8cfd721396170b9e05af2ea.tar.bz2 |
(DOLLARS_IN_IDENTIFIERS): Undefine.
From-SVN: r12626
-rw-r--r-- | gcc/config/mips/iris5.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/mips/iris5.h b/gcc/config/mips/iris5.h index 8c9f207..79d6c51 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 |