From: Jarkko Hietaniemi Date: Sat, 13 Apr 2002 21:43:19 +0000 (+0000) Subject: Dedodgify. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6ccce25de76fe8fbb66cb7b83f84d3bf1ae19529;p=p5sagit%2Fp5-mst-13.2.git Dedodgify. p4raw-id: //depot/perl@15900 --- diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index c87ad92..5e596b6 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -58,7 +58,7 @@ #include /* Perl's one, needed since 5.6 */ #include -#if 1 +#if 0 #define DEBUGME /* Debug mode, turns assertions on as well */ #define DASSERT /* Assertion mode */ #endif