Disable hard-coded -DDEBUGGING
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 30 Nov 1997 20:10:04 +0000 (20:10 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 30 Nov 1997 20:10:04 +0000 (20:10 +0000)
p4raw-id: //depot/ansiperl@339

win32/config_h.PL

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