et on dis ciao aux clang format

This commit is contained in:
Gu://em_ 2025-12-19 20:13:58 +01:00
parent 57c7743ba0
commit 018bae577a

View file

@ -18,14 +18,14 @@
// Static variables
char *program_name;
static char *program_name;
struct hash_map *variables = NULL;
struct hash_map *rules = NULL;
static struct hash_map *variables = NULL;
static struct hash_map *rules = NULL;
// Keeps track of variables and rules order
struct list *variables_list = NULL;
struct list *rules_list = NULL;
static struct list *variables_list = NULL;
static struct list *rules_list = NULL;
// ==== Misc ====