Change 16280 by jhi@alpha on 2002/04/30 13:04:45

        NetWare: disable DEBUG/ASSERT for now.

Affected files ...

.... //depot/perl/ext/Storable/Storable.xs#44 edit

Differences ...

==== //depot/perl/ext/Storable/Storable.xs#44 (text) ====
Index: perl/ext/Storable/Storable.xs
--- perl/ext/Storable/Storable.xs.~1~   Tue Apr 30 07:15:05 2002
+++ perl/ext/Storable/Storable.xs       Tue Apr 30 07:15:05 2002
@@ -58,10 +58,17 @@
 #include <patchlevel.h>                /* Perl's one, needed since 5.6 */
 #include <XSUB.h>
 
+#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
End of Patch.

Reply via email to