summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program_parse.tab.h
diff options
context:
space:
mode:
authorIan Romanick <ian.d.romanick@intel.com>2009-09-04 16:35:50 -0700
committerIan Romanick <ian.d.romanick@intel.com>2009-09-04 16:35:50 -0700
commit9ea4319744fb7474635cb1994e1babe1552d4d4f (patch)
treea31aa6fb4ac72d77121cc1e9092dd0063bdc5368 /src/mesa/shader/program_parse.tab.h
parenteeb1402c0514248773e66f2077b0fb52f7245d56 (diff)
ARB prog parser: Add new constructor for asm_instruction
The new constructor copies fields from the prog_instruction that the parser expects the lexer to set.
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 7ab6f6b23e..5f89532d65 100644
--- a/src/mesa/shader/program_parse.tab.h
+++ b/src/mesa/shader/program_parse.tab.h
@@ -153,7 +153,7 @@ typedef union YYSTYPE
{
/* Line 1676 of yacc.c */
-#line 107 "program_parse.y"
+#line 116 "program_parse.y"
struct asm_instruction *inst;
struct asm_symbol *sym;