From e0bf10f11794b104355e3c90b5b3da1efaeb6113 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl?= Date: Mon, 16 Sep 2024 14:00:26 +0200 Subject: [PATCH] norm: Adding the header run_ast to the 42 norm --- exec/include/exec/_run_ast.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/exec/include/exec/_run_ast.h b/exec/include/exec/_run_ast.h index 39e8c8c9..523f5541 100644 --- a/exec/include/exec/_run_ast.h +++ b/exec/include/exec/_run_ast.h @@ -6,7 +6,7 @@ /* By: rparodi +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/08/14 17:57:57 by rparodi #+# #+# */ -/* Updated: 2024/09/14 12:22:23 by maiboyer ### ########.fr */ +/* Updated: 2024/09/16 13:59:49 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -181,5 +181,4 @@ void _ffree_func(\ void _run_word_into_str(\ t_usize idx, t_ast_node *elem, t_word_iterator *state); - #endif