Merge branch 'ast' into dev
This commit is contained in:
commit
7ef87583da
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ bool ast_is_end(struct ast *node)
|
||||||
return node->type == AST_END;
|
return node->type == AST_END;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct ast *ast_create_end(end)
|
struct ast *ast_create_end(void)
|
||||||
{
|
{
|
||||||
return ast_create(AST_END, NULL);
|
return ast_create(AST_END, NULL);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue