added some primitive functions

This commit is contained in:
2016-10-25 13:44:38 +00:00
parent 15b995801d
commit ccca08c725
5 changed files with 129 additions and 15 deletions

View File

@ -629,7 +629,7 @@ enum
COP_POST_WHILE_BODY,
COP_POST_WHILE_COND,
COP_UPDATE_BREAK,
COP_UPDATE_BREAK
};
/* ========================================================================= */
@ -1365,7 +1365,6 @@ static int compile_object_list (hcl_t* hcl)
}
else
{
hcl_oop_t car, cdr;
if (cop != COP_COMPILE_ARGUMENT_LIST)