diff options
author | Nicholas Clark <nick@ccl4.org> | 2005-05-10 09:17:32 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2005-05-10 09:17:32 +0000 |
commit | dcbd05f23a28591fee1fda39542198585adc0e3a (patch) | |
tree | b5b966b350270cbf08f5c1ea9056b4fc976ca075 /ext/Storable | |
parent | 5e0816872c21e3e4db02b348177b13c7c7cc9d3e (diff) | |
download | perl-dcbd05f23a28591fee1fda39542198585adc0e3a.tar.gz |
Simplify the debug and assert logic.
p4raw-id: //depot/perl@24435
Diffstat (limited to 'ext/Storable')
-rw-r--r-- | ext/Storable/Storable.xs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index f9cf64529e..09992f2ae5 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -21,17 +21,10 @@ #include "ppport.h" /* handle old perls */ #endif -#ifndef NETWARE #if 0 #define DEBUGME /* Debug mode, turns assertions on as well */ #define DASSERT /* Assertion mode */ #endif -#else /* NETWARE */ -#if 0 /* On NetWare USE_PERLIO is not used */ -#define DEBUGME /* Debug mode, turns assertions on as well */ -#define DASSERT /* Assertion mode */ -#endif -#endif /* * Pre PerlIO time when none of USE_PERLIO and PERLIO_IS_STDIO is defined |