PP: Fix issue #738: don't assert on characters within a string.
This commit is contained in:
parent
fb22b69fc6
commit
3494d71cfa
5 changed files with 8 additions and 6 deletions
|
|
@ -4,3 +4,4 @@
|
|||
#if
|
||||
#endif
|
||||
int a˙
|
||||
#define A "˙
|
||||
|
|
@ -5,8 +5,9 @@ ERROR: 0:3: '#error' : A <bad token> B
|
|||
ERROR: 0:4: 'preprocessor evaluation' : bad expression
|
||||
ERROR: 0:4: '#if' : unexpected tokens following directive
|
||||
ERROR: 0:6: '€' : unexpected token
|
||||
ERROR: 0:7: 'string' : End of line in string
|
||||
ERROR: 0:7: '' : syntax error
|
||||
ERROR: 7 compilation errors. No code generated.
|
||||
ERROR: 8 compilation errors. No code generated.
|
||||
|
||||
|
||||
Shader version: 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue