]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - code.c
Apply some static where it belongs
[xonotic/gmqcc.git] / code.c
diff --git a/code.c b/code.c
index 5728a8db425f7b724a44717ba8510b400654637e..eabc50c458a77fff4dfdc7e8b05ce82b63d3b981 100644 (file)
--- a/code.c
+++ b/code.c
@@ -31,7 +31,7 @@ prog_section_function  *code_functions;
 int                    *code_globals;
 char                   *code_chars;
 uint16_t                code_crc;
-uint32_t                code_entfields;
+static uint32_t         code_entfields;
 
 /* This is outrageous! */
 #define QCINT_ENTRY void*