Norm: Parser static now at the norm
This commit is contained in:
parent
5759396eb2
commit
c24766ee47
25 changed files with 116 additions and 69 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue