Commit 2e2863d4 by Richard Stallman

(NO_DOT_IN_LABEL): Defined.

From-SVN: r3879
parent 9c6a79a9
......@@ -100,6 +100,9 @@ extern int target_flags;
#define NO_DOLLAR_IN_LABEL
/* Maybe it doesn't permit dot either. */
#define NO_DOT_IN_LABEL
/* Never allow $ in identifiers */
#define DOLLARS_IN_IDENTIFIERS 0
......
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