Fixed minor typo
This commit is contained in:
parent
739f1e2161
commit
e327d2a148
|
@ -2003,7 +2003,7 @@ void Scanner::NextRawToken(void)
|
||||||
|
|
||||||
default:
|
default:
|
||||||
// dirty little hack to implement token preview, got to fix
|
// dirty little hack to implement token preview, got to fix
|
||||||
// this with an infinit preview sequence at one point
|
// this with an infinite preview sequence at one point
|
||||||
mUngetToken = mToken;
|
mUngetToken = mToken;
|
||||||
mToken = TK_OPERATOR;
|
mToken = TK_OPERATOR;
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Reference in New Issue