Reverting unintentional commit of indra.l

master
Steven Bennetts 2007-11-08 00:16:19 +00:00
parent 424af0690a
commit 0771e39d20
1 changed files with 1 additions and 1 deletions

View File

@ -678,7 +678,7 @@ BOOL lscript_compile(const char* src_filename, const char* dst_filename,
// Reset the lexer's internal buffering.
yyrestart(yyin);
b_parse_ok = !yyparse();