From: Nick Ing-Simmons Date: Sun, 30 Nov 1997 20:10:04 +0000 (+0000) Subject: Disable hard-coded -DDEBUGGING X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=35f6d23b91762791a69c184ed79960811010f963;p=p5sagit%2Fp5-mst-13.2.git Disable hard-coded -DDEBUGGING p4raw-id: //depot/ansiperl@339 --- diff --git a/win32/config_h.PL b/win32/config_h.PL index 679ba99..7f2869c 100644 --- a/win32/config_h.PL +++ b/win32/config_h.PL @@ -54,9 +54,6 @@ while () print H; } print H "#include -#ifndef DEBUGGING -#define DEBUGGING -#endif "; close(H); close(SH);