Commit 4c4667c9 by Richard Kenner

Update comments.

From-SVN: r12937
parent 9974098a
...@@ -68,12 +68,7 @@ Boston, MA 02111-1307, USA. */ ...@@ -68,12 +68,7 @@ Boston, MA 02111-1307, USA. */
SIZE.constant = 32; \ SIZE.constant = 32; \
} }
/* Define this macro to control use of the character `$' in /* Do not allow `$' in identifiers. */
identifier names. The value should be 0, 1, or 2. 0 means `$'
is not allowed by default; 1 means it is allowed by default if
`-traditional' is used; 2 means it is allowed by default provided
`-ansi' is not used. 1 is the default; there is no need to
define this macro in that case. */
#define DOLLARS_IN_IDENTIFIERS 0 #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