diff options
author | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-30 21:22:00 +0000 |
---|---|---|
committer | neil <neil@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-05-30 21:22:00 +0000 |
commit | 1f04bb49dde055210af552764c449033a9f73033 (patch) | |
tree | 72bfcd8c58fd0e1872c6ed608759c737a9e73fb8 /gcc/cpplex.c | |
parent | 3ce2d1ffc3bea2858c96c25dff9cc2465e414a83 (diff) | |
download | gcc-1f04bb49dde055210af552764c449033a9f73033.tar.gz |
* cpplex.c (_cpp_lex_token): Revert patch of 16 May 2001
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
Diffstat (limited to 'gcc/cpplex.c')
-rw-r--r-- | gcc/cpplex.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cpplex.c b/gcc/cpplex.c index 3185accece0..7424827228f 100644 --- a/gcc/cpplex.c +++ b/gcc/cpplex.c @@ -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 == '*') { |