diff options
author | Kenneth Graunke <[email protected]> | 2013-07-29 15:28:59 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-07-31 11:51:57 -0700 |
commit | f043381334a0760ec118d07b6fb7785b5692572a (patch) | |
tree | ca64bb3d18887b583da0556900b1d6afeb13379d /src/mesa/gl.pc.in | |
parent | eb7c8c7fb6e49a04f3fe84a6d438160dc4a14ac0 (diff) |
glsl: Switch from the deprecated YYLEX_PARAM to %lex-param.
YYLEX_PARAM is no longer supported as of Bison 3.0. Instead, the Bison
developers recommend using %lex-param.
%lex-param takes a type and variable name, similar to %parse-param,
so you can't pass an arbitrary expression like state->scanner. But Flex
insists on passing the actual scanner object, not an arbitrary object
like state.
To solve this, the parser defines a wrapper lex() function which accepts
"state," and calls Flex's lex() function with state->scanner.
Fixes the build with Bison 3.0. Also works with Bison 2.7.1.
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=67354
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Tested-by: Laurent Carlier <[email protected]>
Cc: "9.2" [email protected]
Diffstat (limited to 'src/mesa/gl.pc.in')
0 files changed, 0 insertions, 0 deletions