Fixed some stuff
This commit is contained in:
parent
8dbbfcf124
commit
9029af81b6
6 changed files with 98 additions and 30 deletions
|
|
@ -6,7 +6,7 @@
|
|||
/* By: rparodi <rparodi@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2024/07/30 14:29:42 by rparodi #+# #+# */
|
||||
/* Updated: 2024/07/30 14:58:13 by maiboyer ### ########.fr */
|
||||
/* Updated: 2024/07/30 18:24:41 by maiboyer ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
|
|
@ -20,7 +20,6 @@
|
|||
#include "parser/api.h"
|
||||
#include <stdio.h>
|
||||
|
||||
|
||||
void ast_free_arith(t_ast_node elem);
|
||||
void ast_free_condition(t_ast_node elem);
|
||||
void ast_free_exec(t_ast_node elem);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue