Updated makefiles and better error reporting
This commit is contained in:
parent
5ed7952cc7
commit
58fc4ecc78
10 changed files with 94 additions and 74 deletions
|
|
@ -62,7 +62,7 @@ void ast_print_node(t_ast_node self)
|
|||
if (self->kind == AST_ELSE)
|
||||
return (ast_print_node_else(self));
|
||||
if (self->kind == AST_EMPTY)
|
||||
return (ast_print_node_empty(self));
|
||||
return ;
|
||||
if (self->kind == AST_EXPANSION)
|
||||
return (ast_print_node_expansion(self));
|
||||
if (self->kind == AST_EXTGLOB)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue