mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
use the right skip token, sigh
This commit is contained in:
parent
b509cea5f4
commit
69032a775e
@ -46,8 +46,8 @@ namespace RusticiSoftware.Translator.CSharp
|
||||
if (Processing.Count > 0)
|
||||
{
|
||||
if (Processing.Peek() == false)
|
||||
state.token = Token.SKIP_TOKEN;
|
||||
}
|
||||
state.token = Antlr.Runtime.Tokens.Skip;
|
||||
}
|
||||
else if (Warn)
|
||||
{
|
||||
// Don't warn every token
|
||||
|
Loading…
x
Reference in New Issue
Block a user