]> granicus.if.org Git - flex/commit
fix name clash, OPT_OUTFILE from parse.y and from options.h
authorrlar <rlar>
Sun, 28 Feb 2016 13:17:36 +0000 (14:17 +0100)
committerWill Estes <westes575@gmail.com>
Sun, 28 Feb 2016 23:50:12 +0000 (18:50 -0500)
commit804efe8c42f692d0756b197e3cc013a09b329383
treecdeab56ed2536529f65daf4d09015ec59b7d36af
parent80484ea2673393bf725ade8e72cda98983fa85cb
fix name clash, OPT_OUTFILE from parse.y and from options.h

these collide:
  OPT_OUTFILE OPT_PREFIX OPT_YYCLASS
rename them TOK_... in the parser
src/parse.y
src/scan.l
src/yylex.c
to.do/unicode/scan.l