Commit 932c1783 by Neil Booth Committed by Neil Booth

cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001 so that we do accept…

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
parent f278806b
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>
......
......@@ -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 == '*')
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment