fixed a problem in breaking out of an initial context

This commit is contained in:
hyunghwan.chung
2016-05-15 15:51:41 +00:00
parent 801b6d92d4
commit 19735bac69
7 changed files with 63 additions and 38 deletions

View File

@ -2620,8 +2620,6 @@ static int compile_method_primitive (stix_t* stix)
}
GET_TOKEN (stix);
print_oocs (&stix->c->tok.name);
printf ("]]]]]]]]]]]]]]]]]]]]]]\n");
if (is_token_keyword(stix, VOCA_PRIMITIVE_COLON))
{
GET_TOKEN (stix);