]> git.xonotic.org Git - xonotic/gmqcc.git/blobdiff - exec.c
Uhh I did it again
[xonotic/gmqcc.git] / exec.c
diff --git a/exec.c b/exec.c
index 82cd3d7efff1c556e64c957bb93bb1fa92d5e3b3..7a6322be5d3a75bcd0ed4ea298d30cff7e1561f1 100644 (file)
--- a/exec.c
+++ b/exec.c
@@ -609,10 +609,16 @@ const char *type_name[TYPE_COUNT] = {
     "field",
     "function",
     "pointer",
-#if 0
     "integer",
-#endif
-    "variant"
+
+    "variant",
+
+    "struct",
+    "union",
+    "array",
+
+    "nil",
+    "noexpr"
 };
 
 typedef struct {