Rename yylex to glcpp_parser_lex and give it a glcpp_parser_t* argument.
authorCarl Worth <cworth@cworth.org>
Wed, 19 May 2010 17:05:40 +0000 (10:05 -0700)
committerCarl Worth <cworth@cworth.org>
Wed, 19 May 2010 17:05:40 +0000 (10:05 -0700)
commit0293b2e2dd81fabd3ecb71e036a99621801e1c94
tree9266e71862cd4e17dfffcddd2a6a1ac7f9b9ccb3
parent8f38aff9b5dd42ef963532fe5fc618e8bafa218a
Rename yylex to glcpp_parser_lex and give it a glcpp_parser_t* argument.

Much cleaner this way, (and now our custom lex function has access to
all the parser state which it will need).
glcpp-parse.y