Remember to go back and test on the various blead versions *after* making the
fix for the problems found on the various stable versions.
Revision history for Perl extension Devel::Size.
+0.78_52 2013-05-10 nicholas
+ * Fix the bug in the previous fix. Oops :-)
+
0.78_51 2013-05-10 nicholas
* v5.17.1 and later handle CopSTASH differently under ithreads
#endif
#ifdef USE_ITHREADS
check_new_and_strlen(st, basecop->cop_file);
-#ifdef PERL_VERSION < 17 || (PERL_VERSION == 17 && PERL_SUBVERSION == 0)
+#if PERL_VERSION < 17 || (PERL_VERSION == 17 && PERL_SUBVERSION == 0)
/* This pointer is owned by the COP, and freed with it. */
check_new_and_strlen(st, basecop->cop_stashpv);
#else