aboutsummaryrefslogtreecommitdiff
path: root/gcc/ch/decl.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ch/decl.c')
-rw-r--r--gcc/ch/decl.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/ch/decl.c b/gcc/ch/decl.c
index ddeb45f94f2..83caf0b003d 100644
--- a/gcc/ch/decl.c
+++ b/gcc/ch/decl.c
@@ -619,9 +619,7 @@ const char *chill_tree_code_name[] = {
};
#undef DEFTREECODE
-/* Nonzero means `$' can be in an identifier.
- See cccp.c for reasons why this breaks some obscure ANSI C programs. */
-
+/* Nonzero means `$' can be in an identifier. */
#ifndef DOLLARS_IN_IDENTIFIERS
#define DOLLARS_IN_IDENTIFIERS 0
#endif