aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r--gcc/cpplex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c
index 43e090b..68ceb36 100644
--- a/gcc/cpplex.c
+++ b/gcc/cpplex.c
@@ -931,7 +931,7 @@ _cpp_lex_token (pfile, result)
result->type = CPP_QUERY;
buffer->read_ahead = EOF;
if (c == '\\')
- result->type = CPP_BACKSLASH;
+ goto random_char;
else if (c != '?')
goto do_switch;
}