Simplify the debug and assert logic.
Nicholas Clark [Tue, 10 May 2005 09:17:32 +0000 (09:17 +0000)]
p4raw-id: //depot/perl@24435

ext/Storable/Storable.xs

index f9cf645..09992f2 100644 (file)
 #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