projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d4cce5f
)
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
patch
|
blob
|
blame
|
history
diff --git
a/win32/config_h.PL
b/win32/config_h.PL
index
679ba99
..
7f2869c
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);