glcpp: Refresh autogenerated lexer and parser.

This commit is contained in:
Kenneth Graunke
2010-08-16 13:43:10 -07:00
parent 6be3a8b70a
commit 2e26145862
2 changed files with 44 additions and 60 deletions
+1 -1
View File
@@ -2016,7 +2016,7 @@ yyreduce:
talloc_free (macro);
}
add_builtin_define (parser, "__VERSION__", (yyvsp[(2) - (3)].ival));
glcpp_printf(parser->output, "#version %" PRIiMAX "\n", (yyvsp[(2) - (3)].ival));
glcpp_printf(parser->output, "#version %" PRIiMAX, (yyvsp[(2) - (3)].ival));
;}
break;