glcpp: Support #if(expression) with no intervening space.

And add a test case to ensure that this works.
This commit is contained in:
Carl Worth
2010-07-20 13:16:17 -07:00
committed by Ian Romanick
parent 61ebc01dfe
commit 17f9beb6c3
3 changed files with 8 additions and 1 deletions
@@ -0,0 +1,3 @@
#if(1)
success
#endif
@@ -0,0 +1,4 @@
success