1
0
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:
Kevin Glynn 2010-11-04 12:28:12 +01:00
parent b509cea5f4
commit 69032a775e

View File

@ -46,8 +46,8 @@ namespace RusticiSoftware.Translator.CSharp
if (Processing.Count > 0) if (Processing.Count > 0)
{ {
if (Processing.Peek() == false) if (Processing.Peek() == false)
state.token = Token.SKIP_TOKEN; state.token = Antlr.Runtime.Tokens.Skip;
} }
else if (Warn) else if (Warn)
{ {
// Don't warn every token // Don't warn every token