fixed the wrong argument handling problem

This commit is contained in:
hyunghwan.chung
2017-12-16 05:21:38 +00:00
parent 27fa6fa560
commit 49f0ff0bda
4 changed files with 19 additions and 20 deletions

View File

@@ -1008,7 +1008,6 @@ not_comment:
return 0;
unterminated:
set_syntax_error (moo, MOO_SYNERR_CMTNC, LEXER_LOC(moo), MOO_NULL);
return -1;