diff options
author | Richard Kenner <kenner@gcc.gnu.org> | 1996-10-09 16:26:20 -0400 |
---|---|---|
committer | Richard Kenner <kenner@gcc.gnu.org> | 1996-10-09 16:26:20 -0400 |
commit | 9974098acc28f657f5c8d7de8948a37ee821e4be (patch) | |
tree | e8ef60a3fa95d503807098e88d992d4c00edaf2a /gcc/config/nextstep.h | |
parent | 9e979f8fd8fb1ac8a2402e5c3b9e4f4a51783712 (diff) | |
download | gcc-9974098acc28f657f5c8d7de8948a37ee821e4be.tar.gz |
(DOLLARS_IN_IDENTIFIERS): Remove.
From-SVN: r12936
Diffstat (limited to 'gcc/config/nextstep.h')
-rw-r--r-- | gcc/config/nextstep.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/config/nextstep.h b/gcc/config/nextstep.h index 8ef3001ec7f..ca995514d7e 100644 --- a/gcc/config/nextstep.h +++ b/gcc/config/nextstep.h @@ -152,11 +152,6 @@ Boston, MA 02111-1307, USA. */ %{p:%e-p profiling is no longer supported. Use -pg instead.} \ %{!p:-lposixcrt0.o}}}" -/* Why not? */ - -#undef DOLLARS_IN_IDENTIFIERS -#define DOLLARS_IN_IDENTIFIERS 2 - /* Allow #sscs (but don't do anything). */ #define SCCS_DIRECTIVE |