From 95058f4cb030a19f871705cfb4bb2eba3d8aedb2 Mon Sep 17 00:00:00 2001 From: Maix0 Date: Tue, 2 Jul 2024 21:35:17 +0200 Subject: [PATCH] Fixed compilation issue --- parser/static/types/type_non_terminal_alias_map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/parser/static/types/type_non_terminal_alias_map.h b/parser/static/types/type_non_terminal_alias_map.h index 20c52c31..f812db94 100644 --- a/parser/static/types/type_non_terminal_alias_map.h +++ b/parser/static/types/type_non_terminal_alias_map.h @@ -6,7 +6,7 @@ /* By: maiboyer +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2024/04/14 19:17:54 by maiboyer #+# #+# */ -/* Updated: 2024/04/14 19:18:20 by maiboyer ### ########.fr */ +/* Updated: 2024/07/02 21:22:19 by maiboyer ### ########.fr */ /* */ /* ************************************************************************** */ @@ -21,7 +21,7 @@ typedef struct s_non_terminal_alias_map_array { - uint16_t a[11]; + uint16_t a[13]; } t_non_terminal_alias_map_array; #endif // TYPE_NON_TERMINAL_ALIAS_MAP_H