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 06214a8eccf7dd9533b2ad2a3ad22fb90b10a262..34ca229de8d916f56ddfc33fedbd11ef4f4ee2ef 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 *"