summaryrefslogtreecommitdiff
path: root/glsl_lexer.lpp
AgeCommit message (Collapse)Author
2010-03-19Don't track new type names during pass-1 parsingIan Romanick
This implementation was wrong anyway because it did not respect scoping rules. This will need to be revisited soon. The most likely result is that the grammar is going to need some significant re-work to be able to use a IDENTIFIER in all the places where a TYPE_NAME is currently used.
2010-02-25autoconf for the ...Ian Romanick