Fixed ast header
This commit is contained in:
parent
9029af81b6
commit
3d7b8f4cd2
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
/* By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2024/06/11 14:23:40 by maiboyer #+# #+# */
|
/* Created: 2024/06/11 14:23:40 by maiboyer #+# #+# */
|
||||||
/* Updated: 2024/07/28 16:00:57 by maiboyer ### ########.fr */
|
/* Updated: 2024/07/30 18:41:40 by maiboyer ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
@ -92,6 +92,6 @@ struct s_ast_node
|
||||||
t_ast_node_data data;
|
t_ast_node_data data;
|
||||||
};
|
};
|
||||||
|
|
||||||
void ast_free(t_ast_node self);
|
void ast_free(t_ast_node self);
|
||||||
|
|
||||||
#endif /* AST_H */
|
#endif /* AST_H */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue