From 30eac57199629dc6b6603a18620026bae64f5f8f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Fri, 11 Jan 2013 23:15:16 +0100 Subject: [PATCH] filling type_name in exec.c --- exec.c | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/exec.c b/exec.c index 82cd3d7..7a6322b 100644 --- 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 { -- 2.39.2