mesa/program: Change the program parser's namespace.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 29 Jul 2013 22:55:06 +0000 (15:55 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 31 Jul 2013 18:52:06 +0000 (11:52 -0700)
commitde917b4c4c4dfc949d5f8e3d9eb2dd48b63a3de5
treec42badf1369077a7306971d29ef979934f06d600
parentf043381334a0760ec118d07b6fb7785b5692572a
mesa/program: Change the program parser's namespace.

Bison 3.0 removes the YYLEX_PARAM macro.  In preparation for handling
this using %lex-param, the parser needs a wrapper function for the
actual Flex lex() function.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67354
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Tested-by: Laurent Carlier <lordheavym@gmail.com>
Cc: "9.2" mesa-stable@lists.freedesktop.org
src/mesa/program/program_lexer.l
src/mesa/program/program_parse.y