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:
parent
f278806b97
commit
932c1783cb
@ -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.
|
||||
|
@ -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 == '*')
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user