Fix issue #388.
Protect more against error recovery of bad built-in variable redeclarations.
This commit is contained in:
@@ -192,6 +192,8 @@ void foo213()
|
||||
gl_ClipDistance[1] = 0.3; // ERROR
|
||||
}
|
||||
|
||||
int gl_ModelViewMatrix[] = 0;
|
||||
|
||||
// token pasting (ERRORS...)
|
||||
|
||||
#define mac abc##def
|
||||
|
||||
Reference in New Issue
Block a user