undid an oopsie
This commit is contained in:
@@ -1925,7 +1925,7 @@ static _Bool parse_function_arguments(Context *ctx, int *argc_, Node **argv_)
|
|||||||
type = parse_expression(ctx, 0, 0);
|
type = parse_expression(ctx, 0, 0);
|
||||||
if(type == NULL)
|
if(type == NULL)
|
||||||
return 0;
|
return 0;
|
||||||
parameter } else
|
} else
|
||||||
type = NULL;
|
type = NULL;
|
||||||
|
|
||||||
Node *defarg; // Default argument (or NULL if there isn't one)
|
Node *defarg; // Default argument (or NULL if there isn't one)
|
||||||
|
|||||||
Reference in New Issue
Block a user