aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMichael Meissner <meissner@gcc.gnu.org>1992-03-21 23:29:03 +0000
committerMichael Meissner <meissner@gcc.gnu.org>1992-03-21 23:29:03 +0000
commitfdd188956594f9eff1895b8bc04b00214afb146a (patch)
tree2e11a436e94fa38fe839c1855851526950379c3b /gcc
parentc325abbd2e9f57d61e52735c1ebe68f34437614e (diff)
downloadgcc-fdd188956594f9eff1895b8bc04b00214afb146a.zip
gcc-fdd188956594f9eff1895b8bc04b00214afb146a.tar.gz
gcc-fdd188956594f9eff1895b8bc04b00214afb146a.tar.bz2
*** empty log message ***
From-SVN: r554
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/mips/iris3.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/config/mips/iris3.h b/gcc/config/mips/iris3.h
index 962d49f..b1f0508 100644
--- a/gcc/config/mips/iris3.h
+++ b/gcc/config/mips/iris3.h
@@ -71,4 +71,17 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
SIZE.constant = 32; \
}
+/* Define this macro to control use of the character `$' in
+ identifier names. The value should be 0, 1, or 2. 0 means `$'
+ is not allowed by default; 1 means it is allowed by default if
+ `-traditional' is used; 2 means it is allowed by default provided
+ `-ansi' is not used. 1 is the default; there is no need to
+ define this macro in that case. */
+
+#define DOLLARS_IN_IDENTIFIERS 0
+
+/* Tell G++ not to create constructors or destructors with $'s in them. */
+
+#define NO_DOLLAR_IN_LABEL 1
+
#include "mips.h"