From: Jarkko Hietaniemi Date: Mon, 8 Sep 2003 12:50:15 +0000 (+0000) Subject: 5.8.1 was mistakenly redefining PL_sv_placeholder. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e98227050ad91f6c381bce92f17cf9258b638699;p=p5sagit%2Fp5-mst-13.2.git 5.8.1 was mistakenly redefining PL_sv_placeholder. p4raw-id: //depot/perl@21088 --- diff --git a/ext/Storable/Storable.xs b/ext/Storable/Storable.xs index ce8185c..77003aa 100644 --- a/ext/Storable/Storable.xs +++ b/ext/Storable/Storable.xs @@ -783,7 +783,7 @@ static const char byteorderstr_56[] = {BYTEORDER_BYTES_56, 0}; #define STORABLE_BIN_WRITE_MINOR 6 #endif /* (PATCHLEVEL <= 6) */ -#if (PATCHLEVEL <= 8 || (PATCHLEVEL == 8 && SUBVERSION < 1)) +#if (PATCHLEVEL < 8 || (PATCHLEVEL == 8 && SUBVERSION < 1)) #define PL_sv_placeholder PL_sv_undef #endif