et on dis ciao aux clang format
This commit is contained in:
parent
57c7743ba0
commit
018bae577a
1 changed files with 5 additions and 5 deletions
|
|
@ -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 ====
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue