]> git.xonotic.org Git - xonotic/gmqcc.git/commitdiff
filling type_name in exec.c
authorWolfgang Bumiller <blub@speed.at>
Fri, 11 Jan 2013 22:15:16 +0000 (23:15 +0100)
committerWolfgang Bumiller <blub@speed.at>
Fri, 11 Jan 2013 22:15:16 +0000 (23:15 +0100)
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 {