]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - ir.c
Apply some static where it belongs
[xonotic/gmqcc.git] / ir.c
diff --git a/ir.c b/ir.c
index 255251022d660541897f23e578ea6393af8a0d39..68186dc3dfa5cfcc5bb6d8fc6e2935913aaf6f6e 100644 (file)
--- a/ir.c
+++ b/ir.c
@@ -48,7 +48,7 @@ const char *type_name[TYPE_COUNT] = {
     "<no-expression>"
 };
 
-size_t type_sizeof_[TYPE_COUNT] = {
+static size_t type_sizeof_[TYPE_COUNT] = {
     1, /* TYPE_VOID     */
     1, /* TYPE_STRING   */
     1, /* TYPE_FLOAT    */