(initialize_random_junk): Ignore DOLLARS_IN_IDENTIFIERS.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 9 Oct 1996 20:20:18 +0000 (16:20 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 9 Oct 1996 20:20:18 +0000 (16:20 -0400)
From-SVN: r12933

gcc/cexp.y

index 5fed1071b3ac7b33e28463873cc442e4eab7edb3..8d85f80c6f967cc403c3e2a719a6e71ea9b54e7e 100644 (file)
@@ -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[' '];