projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
970353e
)
glsl_lexer: Quiet warning about unused unput().
author
Eric Anholt
<eric@anholt.net>
Fri, 30 Apr 2010 00:53:26 +0000
(17:53 -0700)
committer
Eric Anholt
<eric@anholt.net>
Mon, 3 May 2010 18:40:25 +0000
(11:40 -0700)
glsl_lexer.lpp
patch
|
blob
|
history
diff --git
a/glsl_lexer.lpp
b/glsl_lexer.lpp
index 06214a8eccf7dd9533b2ad2a3ad22fb90b10a262..34ca229de8d916f56ddfc33fedbd11ef4f4ee2ef 100644
(file)
--- a/
glsl_lexer.lpp
+++ b/
glsl_lexer.lpp
@@
-37,6
+37,7
@@
%}
%option bison-bridge bison-locations reentrant noyywrap
+%option nounput noyy_top_state
%option never-interactive
%option prefix="_mesa_glsl_"
%option extra-type="struct _mesa_glsl_parse_state *"