diff --git a/shcat_c/parser/static/create/create_alias_sequences.c b/shcat_c/parser/static/create/create_alias_sequences.c index c827bc66..0df5e909 100644 --- a/shcat_c/parser/static/create/create_alias_sequences.c +++ b/shcat_c/parser/static/create/create_alias_sequences.c @@ -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/04/28 18:14:24 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_alias_sequences_array *create_alias_sequences(void) { static t_alias_sequences_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_external_scanner_states.c b/shcat_c/parser/static/create/create_external_scanner_states.c index e5c3e1bd..06c391a7 100644 --- a/shcat_c/parser/static/create/create_external_scanner_states.c +++ b/shcat_c/parser/static/create/create_external_scanner_states.c @@ -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/04/28 18:14:41 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_external_scanner_states_array *create_external_scanner_states(void) { static t_external_scanner_states_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_external_scanner_symbol_map.c b/shcat_c/parser/static/create/create_external_scanner_symbol_map.c index 6b7f23b3..f0afd60b 100644 --- a/shcat_c/parser/static/create/create_external_scanner_symbol_map.c +++ b/shcat_c/parser/static/create/create_external_scanner_symbol_map.c @@ -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/04/28 18:15:37 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_external_scanner_symbol_map_array *create_external_scanner_symbol_map(void) { static t_external_scanner_symbol_map_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_field_map_entries.c b/shcat_c/parser/static/create/create_field_map_entries.c index cc6da7c9..6a808ab8 100644 --- a/shcat_c/parser/static/create/create_field_map_entries.c +++ b/shcat_c/parser/static/create/create_field_map_entries.c @@ -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/04/28 18:14:55 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_field_map_entries_array *create_field_map_entries(void) { static t_field_map_entries_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_field_map_slices.c b/shcat_c/parser/static/create/create_field_map_slices.c index 4f041438..d2992da0 100644 --- a/shcat_c/parser/static/create/create_field_map_slices.c +++ b/shcat_c/parser/static/create/create_field_map_slices.c @@ -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/04/28 18:20:21 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_field_map_slices_array *create_field_map_slices(void) { static t_field_map_slices_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_field_names.c b/shcat_c/parser/static/create/create_field_names.c index 1da5f1eb..fbb0bc52 100644 --- a/shcat_c/parser/static/create/create_field_names.c +++ b/shcat_c/parser/static/create/create_field_names.c @@ -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/04/28 18:15:08 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_field_names_array *create_field_names(void) { static t_field_names_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_lex_keywords.c b/shcat_c/parser/static/create/create_lex_keywords.c index e7d295d7..5cc024ad 100644 --- a/shcat_c/parser/static/create/create_lex_keywords.c +++ b/shcat_c/parser/static/create/create_lex_keywords.c @@ -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/04/28 18:15:20 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_lex_keywords_array *create_lex_keywords(void) { static t_lex_keywords_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_lex_modes.c b/shcat_c/parser/static/create/create_lex_modes.c index a253edd2..b15a90f2 100644 --- a/shcat_c/parser/static/create/create_lex_modes.c +++ b/shcat_c/parser/static/create/create_lex_modes.c @@ -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/04/28 18:16:46 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_lex_modes_array *create_lex_modes(void) { static t_lex_modes_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_lex_normal.c b/shcat_c/parser/static/create/create_lex_normal.c index cb9fd9fe..81dd67cc 100644 --- a/shcat_c/parser/static/create/create_lex_normal.c +++ b/shcat_c/parser/static/create/create_lex_normal.c @@ -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/04/28 18:17:22 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_lex_normal_array *create_lex_normal(void) { static t_lex_normal_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_non_terminal_alias_map.c b/shcat_c/parser/static/create/create_non_terminal_alias_map.c index d5835563..db4d9db0 100644 --- a/shcat_c/parser/static/create/create_non_terminal_alias_map.c +++ b/shcat_c/parser/static/create/create_non_terminal_alias_map.c @@ -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/04/28 18:17:43 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_non_terminal_alias_map_array *create_non_terminal_alias_map(void) { static t_non_terminal_alias_map_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_parse_actions_entries.c b/shcat_c/parser/static/create/create_parse_actions_entries.c index eff5d0dd..3b4b16ff 100644 --- a/shcat_c/parser/static/create/create_parse_actions_entries.c +++ b/shcat_c/parser/static/create/create_parse_actions_entries.c @@ -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/04/28 18:18:15 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -17,7 +17,7 @@ t_parse_actions_entries_array *create_parse_actions_entries(void) { static t_parse_actions_entries_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_parse_table.c b/shcat_c/parser/static/create/create_parse_table.c index cfbfd8de..87433371 100644 --- a/shcat_c/parser/static/create/create_parse_table.c +++ b/shcat_c/parser/static/create/create_parse_table.c @@ -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/04/28 18:17:06 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_parse_table_array *create_parse_table(void) { static t_parse_table_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_primary_state_ids.c b/shcat_c/parser/static/create/create_primary_state_ids.c index 61435f90..fc94c12f 100644 --- a/shcat_c/parser/static/create/create_primary_state_ids.c +++ b/shcat_c/parser/static/create/create_primary_state_ids.c @@ -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/04/28 18:18:30 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_primary_state_ids_array *create_primary_state_ids(void) { static t_primary_state_ids_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_small_parse_table.c b/shcat_c/parser/static/create/create_small_parse_table.c index c8197afd..e8492eab 100644 --- a/shcat_c/parser/static/create/create_small_parse_table.c +++ b/shcat_c/parser/static/create/create_small_parse_table.c @@ -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/04/28 18:18:48 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_small_parse_table_array *create_small_parse_table(void) { static t_small_parse_table_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_small_parse_table_map.c b/shcat_c/parser/static/create/create_small_parse_table_map.c index a941b1ff..53444d84 100644 --- a/shcat_c/parser/static/create/create_small_parse_table_map.c +++ b/shcat_c/parser/static/create/create_small_parse_table_map.c @@ -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/04/28 18:19:01 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_small_parse_table_map_array *create_small_parse_table_map(void) { static t_small_parse_table_map_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_symbols_metadata.c b/shcat_c/parser/static/create/create_symbols_metadata.c index 928d38d6..8c9dfd41 100644 --- a/shcat_c/parser/static/create/create_symbols_metadata.c +++ b/shcat_c/parser/static/create/create_symbols_metadata.c @@ -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/04/28 18:19:14 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_symbols_metadata_array *create_symbols_metadata(void) { static t_symbols_metadata_array table = {}; - static bool init = false; + static bool init = false; if (!init) { diff --git a/shcat_c/parser/static/create/create_symbols_names.c b/shcat_c/parser/static/create/create_symbols_names.c index e4387662..b11990be 100644 --- a/shcat_c/parser/static/create/create_symbols_names.c +++ b/shcat_c/parser/static/create/create_symbols_names.c @@ -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/04/28 18:19:25 by rparodi ### ########.fr */ /* */ /* ************************************************************************** */ @@ -16,7 +16,7 @@ t_symbols_names_array *create_symbols_names(void) { static t_symbols_names_array table = {}; - static bool init = false; + static bool init = false; if (!init) {