Added a --enable-debug option to configure and
[pspp-builds.git] / src / tab.c
index 412bb0ac5d0d8084660ce23dc88ae4930529ea17..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