This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Revert change 26749
[perl5.git] / intrpvar.h
index 931ac46..aa0f0c3 100644 (file)
@@ -519,7 +519,7 @@ PERLVARI(Idumper_fd, int, -1)
 #endif
 
 #ifdef PERL_IMPLICIT_CONTEXT
-PERLVARI(Imy_cxt_size, int, -1)                /* size of PL_my_cxt_list */
+PERLVARI(Imy_cxt_size, int, 0)         /* size of PL_my_cxt_list */
 PERLVARI(Imy_cxt_list, void **, NULL) /* per-module array of MY_CXT pointers */
 #endif