diff options
author | Ian Romanick <[email protected]> | 2009-09-04 16:35:50 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-09-04 16:35:50 -0700 |
commit | 9ea4319744fb7474635cb1994e1babe1552d4d4f (patch) | |
tree | a31aa6fb4ac72d77121cc1e9092dd0063bdc5368 /src/mesa/shader/program_parse.tab.h | |
parent | eeb1402c0514248773e66f2077b0fb52f7245d56 (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.h | 2 |
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 7ab6f6b23ef..5f89532d654 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; |