X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftab.c;h=71f8f8ac1860b00e76e162559ab834989af28c6f;hb=fcb9e49b2a2d57af7c001ae5d2eda9ac443ba36b;hp=412bb0ac5d0d8084660ce23dc88ae4930529ea17;hpb=f10ed4942f0f2253d236d5e454a8ab702ed7e72b;p=pspp-builds.git diff --git a/src/tab.c b/src/tab.c index 412bb0ac..71f8f8ac 100644 --- 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" 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