From: Nicholas Clark Date: Tue, 10 May 2005 09:17:32 +0000 (+0000) Subject: Simplify the debug and assert logic. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=dcbd05f23a28591fee1fda39542198585adc0e3a;p=p5sagit%2Fp5-mst-13.2.git Simplify the debug and assert logic. p4raw-id: //depot/perl@24435 --- diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index f9cf645..09992f2 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