XEmacs 21.4.6 "Common Lisp".
[chise/xemacs-chise.git.1] / src / alloc.c
index 35f9481..a063313 100644 (file)
@@ -2473,7 +2473,8 @@ static struct
   int instances_freed;
   int bytes_freed;
   int instances_on_free_list;
-} lcrecord_stats [countof (lrecord_implementations_table)];
+} lcrecord_stats [countof (lrecord_implementations_table)
+                 + MODULE_DEFINABLE_TYPE_COUNT];
 
 static void
 tick_lcrecord_stats (const struct lrecord_header *h, int free_p)