X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmis-val.c;h=23d803fcf05e884ed33286d534625eb22caf9718;hb=fcb9e49b2a2d57af7c001ae5d2eda9ac443ba36b;hp=a11833d71cb429d50fa0d444c5484de776b15d1a;hpb=f10ed4942f0f2253d236d5e454a8ab702ed7e72b;p=pspp-builds.git diff --git a/src/mis-val.c b/src/mis-val.c index a11833d7..23d803fc 100644 --- a/src/mis-val.c +++ b/src/mis-val.c @@ -27,8 +27,6 @@ #include "str.h" #include "var.h" -#undef DEBUGGING -/*#define DEBUGGING 1*/ #include "debug-print.h" #if DEBUGGING @@ -90,7 +88,7 @@ cmd_missing_values (void) free (v); } -#if DEBUGGING +#if 0 && DEBUGGING debug_print (); #endif @@ -359,7 +357,7 @@ copy_missing_values (struct variable *dest, const struct variable *src) /* Debug output. */ -#if DEBUGGING +#if 0 && DEBUGGING static void debug_print (void) {