eliminate global variables and use a private parser/lexer state
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 29 Dec 2013 18:03:10 +0000 (18:03 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 29 Dec 2013 18:03:10 +0000 (18:03 +0000)
commitbb372e308e2332766d038cef7bcdf74df7b0e31c
tree3193b449d204cd4467fdc5d9fbbd595a127a94ad
parent054eb236c524a237f7cd156e8e71151b1b4e0ace
eliminate global variables and use a private parser/lexer state
lexer.l
main.c
parser.y