Started working on ast
This commit is contained in:
parent
9aee1f2272
commit
1d4dc219db
1344 changed files with 118659 additions and 107610 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue