mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 04:39:45 +00:00
d3dcompiler: Skip stray semicolons outside of functions.
This commit is contained in:
parent
0d2a27af40
commit
feda13db33
@ -1065,6 +1065,10 @@ hlsl_prog: /* empty */
|
||||
| hlsl_prog preproc_directive
|
||||
{
|
||||
}
|
||||
| hlsl_prog ';'
|
||||
{
|
||||
TRACE("Skipping stray semicolon.\n");
|
||||
}
|
||||
|
||||
preproc_directive: PRE_LINE STRING
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user