so that we do accept comments in preprocessed input.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@42721
138bc75d-0d04-0410-961f-
82ee72b054a4
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.
2001-05-30 Gordon Sadler <gbsadler1@lcisp.com>
ACCEPT_CHAR (CPP_DIV_EQ);
if (c != '/' && c != '*')
break;
- if (buffer->from_stage3)
- break;
if (c == '*')
{