summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program_parse.tab.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-07-22 17:13:08 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-07-22 17:13:08 -0700
commitef80c2012dff343eb5ff571cea8377ff6a87c0c5 (patch)
treebbbe7bb50aa0e60f1aae5c0805a42638476a1cac /src/mesa/shader/program_parse.tab.h
parent0db5ef074169589bc4d665094147aa284a5496d7 (diff)
parser: Clean up a bunch of silly compiler warnings
Diffstat (limited to 'src/mesa/shader/program_parse.tab.h')
-rw-r--r--src/mesa/shader/program_parse.tab.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/program_parse.tab.h b/src/mesa/shader/program_parse.tab.h
index 007b06fcc1..7dd1c02bdc 100644
--- a/src/mesa/shader/program_parse.tab.h
+++ b/src/mesa/shader/program_parse.tab.h
@@ -145,7 +145,7 @@ typedef union YYSTYPE
{
/* Line 1676 of yacc.c */
-#line 100 "program_parse.y"
+#line 107 "program_parse.y"
struct asm_instruction *inst;
struct asm_symbol *sym;