diff options
author | Richard Stallman <rms@gnu.org> | 1993-06-25 18:01:51 +0000 |
---|---|---|
committer | Richard Stallman <rms@gnu.org> | 1993-06-25 18:01:51 +0000 |
commit | c7daad388b54749c33fcbc32076d09281381a68e (patch) | |
tree | 3f4f16113f53deca64e192cfcd800c3371d2de1f | |
parent | a419ff54d6e137d2f7f9c296b4d056d6b30a4df8 (diff) | |
download | gcc-c7daad388b54749c33fcbc32076d09281381a68e.zip gcc-c7daad388b54749c33fcbc32076d09281381a68e.tar.gz gcc-c7daad388b54749c33fcbc32076d09281381a68e.tar.bz2 |
(lang_options): Add -fdollars-in-identifiers.
From-SVN: r4729
-rw-r--r-- | gcc/toplev.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/toplev.c b/gcc/toplev.c index 5689e6c..462cc87 100644 --- a/gcc/toplev.c +++ b/gcc/toplev.c @@ -545,6 +545,8 @@ char *lang_options[] = "-fno-builtin", "-fno-ident", "-fident", + "-fdollars-in-identifiers", + "-fnodollars-in-identifiers", "-ansi", "-Wimplicit", "-Wno-implicit", |