glsl_lexer: Quiet warning about unused unput().
authorEric Anholt <eric@anholt.net>
Fri, 30 Apr 2010 00:53:26 +0000 (17:53 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 3 May 2010 18:40:25 +0000 (11:40 -0700)
glsl_lexer.lpp

index 06214a8..34ca229 100644 (file)
@@ -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 *"