]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - util.c
Apply some static where it belongs
[xonotic/gmqcc.git] / util.c
diff --git a/util.c b/util.c
index fa6e79772662e0d24765f6970632491690aa2fdf..c8d50f5b5fbc15fbff326efbaa45a40f4f734d49 100644 (file)
--- a/util.c
+++ b/util.c
 #include "gmqcc.h"
 
 /* TODO: remove globals ... */
 #include "gmqcc.h"
 
 /* TODO: remove globals ... */
-uint64_t mem_ab = 0;
-uint64_t mem_db = 0;
-uint64_t mem_at = 0;
-uint64_t mem_dt = 0;
-uint64_t mem_pk = 0;
-uint64_t mem_hw = 0;
+static uint64_t mem_ab = 0;
+static uint64_t mem_db = 0;
+static uint64_t mem_at = 0;
+static uint64_t mem_dt = 0;
+static uint64_t mem_pk = 0;
+static uint64_t mem_hw = 0;
 
 struct memblock_t {
     const char  *file;
 
 struct memblock_t {
     const char  *file;