Norm: Parser static now at the norm

This commit is contained in:
Maieul BOYER 2024-06-10 15:36:38 +02:00
parent 5759396eb2
commit c24766ee47
No known key found for this signature in database
25 changed files with 116 additions and 69 deletions

View file

@ -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)
{