* cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001
so that we do accept comments in preprocessed input.
From-SVN: r42721
+2001-05-30 Neil Booth <neil@daikokuya.demon.co.uk>
+
+ * cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001
+ so that we do accept comments in preprocessed input.
+
2001-05-30 Neil Booth <neil@daikokuya.demon.co.uk>
* cpphash.c (alloc_node): Cast allocated pointer.
ACCEPT_CHAR (CPP_DIV_EQ);
if (c != '/' && c != '*')
break;
- if (buffer->from_stage3)
- break;
if (c == '*')
{