diff options
author | Ian Romanick <[email protected]> | 2009-07-22 17:13:08 -0700 |
---|---|---|
committer | Ian Romanick <[email protected]> | 2009-07-22 17:13:08 -0700 |
commit | ef80c2012dff343eb5ff571cea8377ff6a87c0c5 (patch) | |
tree | bbbe7bb50aa0e60f1aae5c0805a42638476a1cac /src/mesa/shader/program_parse.tab.h | |
parent | 0db5ef074169589bc4d665094147aa284a5496d7 (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.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 007b06fcc15..7dd1c02bdc8 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; |