aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpphash.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpphash.h')
-rw-r--r--gcc/cpphash.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpphash.h b/gcc/cpphash.h
index 53af565..814dccd 100644
--- a/gcc/cpphash.h
+++ b/gcc/cpphash.h
@@ -64,7 +64,7 @@ struct definition
char rest_args; /* Nonzero if last arg. absorbs the rest */
struct reflist *pattern;
- /* Names of macro args, concatenated in order with commas between
+ /* Names of macro args, concatenated in order with \0 between
them. The only use of this is that we warn on redefinition if
this differs between the old and new definitions. */
U_CHAR *argnames;