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, 0 insertions, 2 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c
index 3185acc..7424827 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 == '*')
{