Commit 071b7030 by Richard Kenner

(OVERRIDE_OPTIONS): Don't need to set dollars_in_ident any more, since

-ansi doesn't change it.

From-SVN: r12938
parent 4c4667c9
...@@ -77,10 +77,7 @@ extern int target_flags; ...@@ -77,10 +77,7 @@ extern int target_flags;
#define OVERRIDE_OPTIONS \ #define OVERRIDE_OPTIONS \
{ \ { \
extern int dollars_in_ident; \
init_convex (); \ 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)) \ if ((target_flags & 077) != ((TARGET_DEFAULT | TARGET_CPU_DEFAULT) & 077)) \
target_flags &= ~ (TARGET_DEFAULT | TARGET_CPU_DEFAULT); \ target_flags &= ~ (TARGET_DEFAULT | TARGET_CPU_DEFAULT); \
if (target_flags & 001) \ if (target_flags & 001) \
...@@ -417,10 +414,6 @@ extern int target_flags; ...@@ -417,10 +414,6 @@ extern int target_flags;
#define LINK_LIBGCC_SPECIAL_1 #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 /* Since IEEE support was added to gcc, most things seem to like it
better if we disable exceptions and check afterward for infinity. */ better if we disable exceptions and check afterward for infinity. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment