cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001 so that we do accept comments in preprocessed input.

* cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001
	so that we do accept comments in preprocessed input.

From-SVN: r42721
This commit is contained in:
Neil Booth 2001-05-30 21:22:00 +00:00 committed by Neil Booth
parent f278806b97
commit 932c1783cb
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
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.

View File

@ -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 == '*')
{