ir_constant_visitor: Handle dereferences of constant records
[mesa.git] / 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 *"