projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4cce5f
)
Disable hard-coded -DDEBUGGING
author
Nick Ing-Simmons
<nik@tiuk.ti.com>
Sun, 30 Nov 1997 20:10:04 +0000
(20:10 +0000)
committer
Nick 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
patch
|
blob
|
history
diff --git
a/win32/config_h.PL
b/win32/config_h.PL
index 679ba99112aabf34b0184c98c473179d2e44063f..7f2869c945b62ede56af374e3c0a68954fcd31cb 100644
(file)
--- a/
win32/config_h.PL
+++ b/
win32/config_h.PL
@@
-54,9
+54,6
@@
while (<SH>)
print H;
}
print H "#include <win32.h>
-#ifndef DEBUGGING
-#define DEBUGGING
-#endif
";
close(H);
close(SH);