Make the lexer distinguish between identifiers and defined macros.
authorCarl Worth <cworth@cworth.org>
Thu, 13 May 2010 14:38:29 +0000 (07:38 -0700)
committerCarl Worth <cworth@cworth.org>
Thu, 13 May 2010 14:38:29 +0000 (07:38 -0700)
commit9f62a7e9e25efd79ebf46c64166876436f88f08a
tree091f1e23fd3a8b6965951c96ec4eeee578fe5a1b
parent8bcb6f1777ff8f763c67552c111ce8e637d78410
Make the lexer distinguish between identifiers and defined macros.

This is just a minor style improvement for now. But the same
mechanism, (having the lexer peek into the table of defined macros),
will be essential when we add function-like macros in addition to the
current object-like macros.
glcpp-lex.l
glcpp-parse.y
glcpp.h