Implemented C variadic arguments
This commit is contained in:
@@ -156,6 +156,9 @@ for i in meta.token_simple_expr:
|
||||
pctx->untyped_int = &pctx->type__untyped_int;
|
||||
pctx->untyped_float = &pctx->type__untyped_float;
|
||||
|
||||
pctx->type__vargs = {TYPE_VARGS};
|
||||
pctx->type_vargs = &pctx->type__vargs;
|
||||
|
||||
pctx->type_pointer_to_char = type_pointer(pctx->type_char);
|
||||
pctx->type_pointer_to_void = type_pointer(pctx->type_void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user