OSDN Git Service

(OVERRIDE_OPTIONS): Don't need to set dollars_in_ident any more, since
authorkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Oct 1996 20:26:51 +0000 (20:26 +0000)
committerkenner <kenner@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Oct 1996 20:26:51 +0000 (20:26 +0000)
-ansi doesn't change it.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12938 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/config/convex/convex.h

index 2aa6032..0d598ed 100644 (file)
@@ -77,10 +77,7 @@ extern int target_flags;
 
 #define OVERRIDE_OPTIONS                                               \
 {                                                                      \
-  extern int dollars_in_ident;                                         \
   init_convex ();                                                      \
-  /* To compile system header files, allow $ in identifiers even if -ansi */ \
-  dollars_in_ident = 1;                                                        \
   if ((target_flags & 077) != ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & 077)) \
     target_flags &= ~ (TARGET_DEFAULT | TARGET_CPU_DEFAULT);           \
   if (target_flags & 001)                                              \
@@ -417,10 +414,6 @@ extern int target_flags;
 
 #define LINK_LIBGCC_SPECIAL_1
 
-/* Allow $ in identifiers. */
-
-#define DOLLARS_IN_IDENTIFIERS 2
-
 /* Since IEEE support was added to gcc, most things seem to like it
    better if we disable exceptions and check afterward for infinity. */