Commit b2363560 by Richard Kenner

(initialize_random_junk): Ignore DOLLARS_IN_IDENTIFIERS.

From-SVN: r12933
parent 37d13a29
......@@ -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[' '];
......
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