From: Tim Bunce Date: Thu, 11 Oct 2012 15:17:13 +0000 (+0100) Subject: use PERL_BCDVERSION for SVt_LAST X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=273f8659b4b421ebf00fca2c451834b94da436af;p=p5sagit%2FDevel-Size.git use PERL_BCDVERSION for SVt_LAST --- diff --git a/SizeMe.xs b/SizeMe.xs index 7650ee2..61b58d2 100644 --- a/SizeMe.xs +++ b/SizeMe.xs @@ -977,7 +977,7 @@ if(0)do_op_dump(0, Perl_debug_log, baseop); } } -#if PERL_VERSION < 8 || PERL_SUBVERSION < 9 /* XXX plain || seems like a bug */ +#if (PERL_BCDVERSION <= 0x5008008) # define SVt_LAST 16 #endif