finished the initial variadic arguments handling work

This commit is contained in:
hyunghwan.chung
2016-12-14 07:18:01 +00:00
parent bcaf4e5e1e
commit 45694df56b
8 changed files with 134 additions and 51 deletions

View File

@ -544,7 +544,7 @@ struct stix_compiler_t
stix_ioloc_t name_loc;
/* is the unary method followed by parameter list? */
int parunary;
int variadic;
/* single string containing a space separated list of temporaries */
stix_oocs_t tmprs;