another fix for optional arguments

This commit is contained in:
Marc Zinnschlag 2012-04-05 14:27:39 +02:00
parent 1201c271b2
commit 01500e979a
2 changed files with 11 additions and 5 deletions

View file

@ -39,11 +39,6 @@ namespace Compiler
mState = CommaState;
return true;
}
else if (code==Scanner::S_newline && mState==StartState)
{
scanner.putbackSpecial (code, loc);
return false;
}
return Parser::parseSpecial (code, loc, scanner);
}