diff options
Diffstat (limited to 'gcc/c-parse.in')
-rw-r--r-- | gcc/c-parse.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/c-parse.in b/gcc/c-parse.in index c590f31ae32..b36264f8b4d 100644 --- a/gcc/c-parse.in +++ b/gcc/c-parse.in @@ -3259,7 +3259,6 @@ _yylex () /* These tokens should not survive translation phase 4. */ case CPP_HASH: case CPP_PASTE: - case CPP_BACKSLASH: error ("syntax error before '%s' token", NAME(last_token)); goto retry; |