glcpp: Reject #version and #line not followed by whitespace
Fixes part of es3conform's preprocess16_frag test. Reviewed-by: Carl Worth <cworth@cworth.org>
This commit is contained in:
@@ -0,0 +1 @@
|
||||
#version110
|
||||
@@ -0,0 +1,2 @@
|
||||
0:1(3): preprocessor error: Invalid tokens after #
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
#line2
|
||||
@@ -0,0 +1,2 @@
|
||||
0:1(3): preprocessor error: Invalid tokens after #
|
||||
|
||||
Reference in New Issue
Block a user