diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-30 20:10:04 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 1997-11-30 20:10:04 +0000 |
commit | 35f6d23b91762791a69c184ed79960811010f963 (patch) | |
tree | 3b630f371c327da22d685b4d054f10fa185fc7b2 /win32/config_h.PL | |
parent | d4cce5f1785350c29a181d4bbaaa3141c6fdbe1e (diff) | |
download | perl-35f6d23b91762791a69c184ed79960811010f963.tar.gz |
Disable hard-coded -DDEBUGGING
p4raw-id: //depot/ansiperl@339
Diffstat (limited to 'win32/config_h.PL')
-rw-r--r-- | win32/config_h.PL | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win32/config_h.PL b/win32/config_h.PL index 679ba99112..7f2869c945 100644 --- 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); |