diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-10-09 16:26:51 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-10-09 16:26:51 -0400 |
commit | 071b70305f31bf7c45a883ce84b398a993407d76 (patch) | |
tree | cbc7e350a6913d0bfe06af405347617739c0d278 | |
parent | 4c4667c9de220d033a337feac185aec66dd71675 (diff) | |
download | gcc-071b70305f31bf7c45a883ce84b398a993407d76.zip gcc-071b70305f31bf7c45a883ce84b398a993407d76.tar.gz gcc-071b70305f31bf7c45a883ce84b398a993407d76.tar.bz2 |
(OVERRIDE_OPTIONS): Don't need to set dollars_in_ident any more, since
-ansi doesn't change it.
From-SVN: r12938
-rw-r--r-- | gcc/config/convex/convex.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gcc/config/convex/convex.h b/gcc/config/convex/convex.h index 2aa6032..0d598ed 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. */ |