diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-10-09 16:26:32 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-10-09 16:26:32 -0400 |
commit | 4c4667c9de220d033a337feac185aec66dd71675 (patch) | |
tree | 814df9457529cd782a1cbb09ea8c2bb9e05b1c00 /gcc | |
parent | 9974098acc28f657f5c8d7de8948a37ee821e4be (diff) | |
download | gcc-4c4667c9de220d033a337feac185aec66dd71675.zip gcc-4c4667c9de220d033a337feac185aec66dd71675.tar.gz gcc-4c4667c9de220d033a337feac185aec66dd71675.tar.bz2 |
Update comments.
From-SVN: r12937
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/config/mips/iris3.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/gcc/config/mips/iris3.h b/gcc/config/mips/iris3.h index e065091..b7e3e9b 100644 --- a/gcc/config/mips/iris3.h +++ b/gcc/config/mips/iris3.h @@ -68,12 +68,7 @@ Boston, MA 02111-1307, 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. */ +/* Do not allow `$' in identifiers. */ #define DOLLARS_IN_IDENTIFIERS 0 |