mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-06 15:40:53 +08:00
* _cpp_lex_direct: Remove pointless code.
From-SVN: r66106
This commit is contained in:
parent
5936c7e7ac
commit
e6dc0cc6d1
@ -1,3 +1,7 @@
|
||||
2003-04-26 Neil Booth <neil@daikokuya.co.uk>
|
||||
|
||||
* _cpp_lex_direct: Remove pointless code.
|
||||
|
||||
2003-04-26 Stephane Carrez <stcarrez@nerim.fr>
|
||||
|
||||
* doc/extend.texi (Function Attributes): Document "near" and "far"
|
||||
|
@ -776,12 +776,6 @@ _cpp_lex_direct (pfile)
|
||||
if (!_cpp_get_fresh_line (pfile))
|
||||
{
|
||||
result->type = CPP_EOF;
|
||||
if (!pfile->state.in_directive)
|
||||
{
|
||||
/* Tell the compiler the line number of the EOF token. */
|
||||
result->line = pfile->line;
|
||||
result->flags = BOL;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
if (!pfile->keep_tokens)
|
||||
|
Loading…
Reference in New Issue
Block a user