From: Jarkko Hietaniemi Date: Tue, 30 Apr 2002 13:04:45 +0000 (+0000) Subject: NetWare: disable DEBUG/ASSERT for now. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5dff01bcd9cad2c28d4850af5840817549094b89;p=p5sagit%2Fp5-mst-13.2.git NetWare: disable DEBUG/ASSERT for now. p4raw-id: //depot/perl@16280 --- diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index d3cb807..05705c0 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -58,10 +58,17 @@ #include /* Perl's one, needed since 5.6 */ #include +#ifndef NETWARE #if 1 #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