Added a --enable-debug option to configure and
[pspp-builds.git] / src / tab.c
index 7fdc37d24c94044a58e0c0e5eff51339b184c161..71f8f8ac1860b00e76e162559ab834989af28c6f 100644 (file)
--- a/src/tab.c
+++ b/src/tab.c
@@ -51,8 +51,6 @@ char *alloca ();
 #include "tab.h"
 #include "var.h"
 
-#undef DEBUGGING
-/*#define DEBUGGING 1 */
 #include "debug-print.h"
 \f
 extern struct som_table_class tab_table_class;
@@ -60,10 +58,12 @@ extern struct som_table_class tab_table_class;
 #if DEBUGGING
 #define DEFFIRST(NAME, LABEL) LABEL,
 #define DEFTAB(NAME, LABEL) LABEL,
+/*
 static const char *tab_names[] =
   {
 #include "tab.def"
   };
+*/
 #undef DEFFIRST
 #undef DEFTAB
 #endif
@@ -132,7 +132,6 @@ tab_destroy (struct tab_table *t)
 {
   assert (t != NULL);
   pool_destroy (t->container);
-  t->container=0;
 }
 
 /* Sets the width and height of a table, in columns and rows,