summaryrefslogtreecommitdiff
path: root/src/glsl/glsl_lexer.ll
AgeCommit message (Collapse)Author
2011-03-04glsl: Define YY_NO_UNISTD_H on MSVC.José Fonseca
2011-03-01glsl: Rename .lpp to .ll and .ypp to .yy.Kenneth Graunke
SCons has built-in support for .ll and .yy, but not .lpp and .ypp. Since there's no real benefit to using the old names, change them.