* rclex.l: add code to suppress certain output from cpp, replace
authorDJ Delorie <dj@redhat.com>
Wed, 12 May 1999 22:03:10 +0000 (22:03 +0000)
committerDJ Delorie <dj@redhat.com>
Wed, 12 May 1999 22:03:10 +0000 (22:03 +0000)
commit1a6247887990bfceaa81a38bc267a3cd2609f12c
treeda9284a2b8707a80f1037882ff4820c29cede4f8
parentc6c37250e98f113755e0d787f7070e2ac80ce77e
* rclex.l: add code to suppress certain output from cpp, replace
all returns with MAYBE_RETURN
(MAYBE_RETURN): new, implement the suppression by returning
IGNORED_TOKEN as needed.
(cpp_line): remember which file we're in, mark data from included
*.h files for suppression.
* rcparse.y (input): allow IGNORED_TOKEN outside of known constructs
binutils/ChangeLog
binutils/rclex.l
binutils/rcparse.y