This commit is contained in:
Hackerpilot 2015-01-25 11:02:03 -08:00
parent e4ed938515
commit 41854aaeb6
1 changed files with 7 additions and 2 deletions

View File

@ -201,6 +201,11 @@ private:
{
writeToken();
tempIndent = 0;
if (index >= tokens.length)
{
newline();
break;
}
if (current.type == tok!"comment")
break;
if (!(t == tok!"import" && current.type == tok!"import"))