Disable hard-coded -DDEBUGGING
Nick Ing-Simmons [Sun, 30 Nov 1997 20:10:04 +0000 (20:10 +0000)]
p4raw-id: //depot/ansiperl@339

win32/config_h.PL

index 679ba99..7f2869c 100644 (file)
@@ -54,9 +54,6 @@ while (<SH>)
   print H;
  }
 print H "#include <win32.h>
-#ifndef DEBUGGING
-#define DEBUGGING
-#endif
 ";
 close(H);
 close(SH);