glsl2: Fix standalone compiler to not crash horribly.
authorKenneth Graunke <kenneth@whitecape.org>
Thu, 22 Jul 2010 23:20:36 +0000 (16:20 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Thu, 22 Jul 2010 23:50:36 +0000 (16:50 -0700)
commitaa9f86ae8b3bb2172092ff9b50751677c509e6b4
treecff9cb7d2253c00f5736e92b05f7f30113054c8c
parent40c4298a6ea9e83b49858916d5423fd2135ef39c
glsl2: Fix standalone compiler to not crash horribly.

ir_to_mesa was updated for the _mesa_glsl_parse_state constructor
changes, but main.cpp was not.
src/glsl/glsl_parser_extras.cpp
src/glsl/main.cpp