This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Typo in comment in 32201.
[perl5.git] / perlapi.h
index dfe593b..d924aff 100644 (file)
--- a/perlapi.h
+++ b/perlapi.h
@@ -226,10 +226,6 @@ END_EXTERN_C
 #define PL_cop_seqmax          (*Perl_Icop_seqmax_ptr(aTHX))
 #undef  PL_cryptseen
 #define PL_cryptseen           (*Perl_Icryptseen_ptr(aTHX))
-#undef  PL_cshlen
-#define PL_cshlen              (*Perl_Icshlen_ptr(aTHX))
-#undef  PL_cshname
-#define PL_cshname             (*Perl_Icshname_ptr(aTHX))
 #undef  PL_curcop
 #define PL_curcop              (*Perl_Icurcop_ptr(aTHX))
 #undef  PL_curcopdb
@@ -726,8 +722,6 @@ END_EXTERN_C
 #define PL_utf8cache           (*Perl_Iutf8cache_ptr(aTHX))
 #undef  PL_utf8locale
 #define PL_utf8locale          (*Perl_Iutf8locale_ptr(aTHX))
-#undef  PL_v_string_ok
-#define PL_v_string_ok         (*Perl_Iv_string_ok_ptr(aTHX))
 #undef  PL_warnhook
 #define PL_warnhook            (*Perl_Iwarnhook_ptr(aTHX))
 #undef  PL_watchaddr