diff options
Diffstat (limited to 'gcc/cpplex.c')
| -rw-r--r-- | gcc/cpplex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c index 3185accece0..7424827228f 100644 --- a/gcc/cpplex.c +++ b/gcc/cpplex.c @@ -1001,8 +1001,6 @@ _cpp_lex_token (pfile, result) ACCEPT_CHAR (CPP_DIV_EQ); if (c != '/' && c != '*') break; - if (buffer->from_stage3) - break; if (c == '*') { |

