summaryrefslogtreecommitdiff
path: root/glsl_lexer.lpp
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2010-04-29 17:53:26 -0700
committerEric Anholt <eric@anholt.net>2010-05-03 11:40:25 -0700
commita35e62d97a714c1fe77d4eaf3dbdd659d83449b1 (patch)
treeb8e4b6239bc93ce39884c9ad69331dc35a58d3bf /glsl_lexer.lpp
parent970353e047052140c592e95b2171ee5a5b323843 (diff)
glsl_lexer: Quiet warning about unused unput().
Diffstat (limited to 'glsl_lexer.lpp')
-rw-r--r--glsl_lexer.lpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/glsl_lexer.lpp b/glsl_lexer.lpp
index 06214a8ecc..34ca229de8 100644
--- 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 *"