X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=blobdiff_plain;f=util.c;h=c8d50f5b5fbc15fbff326efbaa45a40f4f734d49;hp=fa6e79772662e0d24765f6970632491690aa2fdf;hb=10dd7aacfe87f97e10d61dff343e00b9c03eac69;hpb=1b5504fb9eae2f1eb2a0ef90afecf35387087bcb diff --git a/util.c b/util.c index fa6e797..c8d50f5 100644 --- a/util.c +++ b/util.c @@ -26,12 +26,12 @@ #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;