diff options
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/c-lex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 463e595..5af574d 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -439,7 +439,7 @@ c_lex_with_flags (tree *value, location_t *loc, unsigned char *cpp_flags, gcc_unreachable (); /* CPP_COMMENT will appear when compiling with -C and should be - ignored. */ + ignored. */ case CPP_COMMENT: goto retry; |