Update to commit d9e45a19b61c54bc804232fdc67485b84c7af8e9 dated May 21, 2020. These...
[inform.git] / src / symbols.c
index 326316651af503cb2237cdd5bf86f6e72f3e8160..4d437ac65bc2401d5419546d9a1bf7a9b5545fc8 100644 (file)
@@ -1,7 +1,7 @@
 /* ------------------------------------------------------------------------- */
 /*   "symbols" :  The symbols table; creating stock of reserved words        */
 /*                                                                           */
-/*  Copyright (c) Graham Nelson 1993 - 2018                                  */
+/*  Copyright (c) Graham Nelson 1993 - 2020                                  */
 /*                                                                           */
 /* This file is part of Inform.                                              */
 /*                                                                           */
@@ -297,6 +297,7 @@ extern char *typename(int type)
         case LABEL_T:               return("Label");
         case GLOBAL_VARIABLE_T:     return("Global variable");
         case ARRAY_T:               return("Array");
+        case STATIC_ARRAY_T:        return("Static array");
         case CONSTANT_T:            return("Defined constant");
         case ATTRIBUTE_T:           return("Attribute");
         case PROPERTY_T:            return("Property");