glcpp: Support #if(expression) with no intervening space.
authorCarl Worth <cworth@cworth.org>
Tue, 20 Jul 2010 20:16:17 +0000 (13:16 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Wed, 21 Jul 2010 00:01:11 +0000 (17:01 -0700)
commit17f9beb6c313b41ca08984add7b76ecb84a7339e
treeaaea6e59801dc4f1fd7ffed1fb7a3cb35d9412ed
parent61ebc01dfecda0963a184e881ea966e2d92f0519
glcpp: Support #if(expression) with no intervening space.

And add a test case to ensure that this works.
src/glsl/glcpp/glcpp-lex.l
src/glsl/glcpp/tests/066-if-nospace-expression.c [new file with mode: 0644]
src/glsl/glcpp/tests/066-if-nospace-expression.c.expected [new file with mode: 0644]