From: Richard Kenner Date: Wed, 9 Oct 1996 20:26:51 +0000 (-0400) Subject: (OVERRIDE_OPTIONS): Don't need to set dollars_in_ident any more, since X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=071b70305f31bf7c45a883ce84b398a993407d76;p=gcc.git (OVERRIDE_OPTIONS): Don't need to set dollars_in_ident any more, since -ansi doesn't change it. From-SVN: r12938 --- diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 2aa6032592c..0d598edd76d 100644 --- a/gcc/config/convex/convex.h +++ b/gcc/config/convex/convex.h @@ -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. */