From 4c4667c9de220d033a337feac185aec66dd71675 Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 9 Oct 1996 16:26:32 -0400 Subject: [PATCH] Update comments. From-SVN: r12937 --- gcc/config/mips/iris3.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/gcc/config/mips/iris3.h b/gcc/config/mips/iris3.h index e0650910d03..b7e3e9bdd72 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 -- 2.30.2