This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Suggestion from Slaven - reverse the part of 23348 that removed the
[perl5.git] / pod / perlguts.pod
index 7a7a5a5..33346c6 100644 (file)
@@ -979,7 +979,7 @@ routine types:
     int  (*svt_clear)(SV* sv, MAGIC* mg);
     int  (*svt_free)(SV* sv, MAGIC* mg);
 
-    int  (*svt_copy)(SV *sv, MAGIC* mg, SV *nsv, const char *name, int namlen);
+    int  (*svt_copy)(SV *sv, MAGIC* mg, SV *nsv, const char *name, I32 namlen);
     int  (*svt_dup)(MAGIC *mg, CLONE_PARAMS *param);
     int  (*svt_local)(SV *nsv, MAGIC *mg);
 
@@ -1022,8 +1022,8 @@ to change.
 The current kinds of Magic Virtual Tables are:
 
     mg_type
-    (old-style char and macro)   MGVTBL         Type of magic
-    --------------------------   ------         ----------------------------
+    (old-style char and macro)   MGVTBL          Type of magic
+    --------------------------   ------          -------------
     \0 PERL_MAGIC_sv             vtbl_sv         Special scalar variable
     A  PERL_MAGIC_overload       vtbl_amagic     %OVERLOAD hash
     a  PERL_MAGIC_overload_elem  vtbl_amagicelem %OVERLOAD hash element