]> 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
old mode 100755 (executable)
new mode 100644 (file)
index 2552510..68186dc
--- 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    */