projects
/
p5sagit/Devel-Size.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
6b4c479
)
use PERL_BCDVERSION for SVt_LAST
Tim Bunce [Thu, 11 Oct 2012 15:17:13 +0000 (16:17 +0100)]
SizeMe.xs
patch
|
blob
|
blame
|
history
diff --git
a/SizeMe.xs
b/SizeMe.xs
index
7650ee2
..
61b58d2
100644
(file)
--- 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