aboutsummaryrefslogtreecommitdiff
path: root/gcc/cexp.y
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-10-09 16:20:18 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-10-09 16:20:18 -0400
commitb23635606b52921644114735b45b57eb93fec127 (patch)
tree74819f3a81aebead19d227fec22483816f0944e5 /gcc/cexp.y
parent37d13a2972c7373bcb9516a4ab432c7ee8d65f47 (diff)
downloadgcc-b23635606b52921644114735b45b57eb93fec127.zip
gcc-b23635606b52921644114735b45b57eb93fec127.tar.gz
gcc-b23635606b52921644114735b45b57eb93fec127.tar.bz2
(initialize_random_junk): Ignore DOLLARS_IN_IDENTIFIERS.
From-SVN: r12933
Diffstat (limited to 'gcc/cexp.y')
-rw-r--r--gcc/cexp.y2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cexp.y b/gcc/cexp.y
index 5fed107..8d85f80 100644
--- a/gcc/cexp.y
+++ b/gcc/cexp.y
@@ -1135,10 +1135,8 @@ initialize_random_junk ()
++is_idchar[i];
++is_idchar['_'];
++is_idstart['_'];
-#if DOLLARS_IN_IDENTIFIERS
++is_idchar['$'];
++is_idstart['$'];
-#endif
/* horizontal space table */
++is_hor_space[' '];