This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Version bump for Data::Dumper
[perl5.git] / mg.h
diff --git a/mg.h b/mg.h
index fffc2dc..bdafe26 100644 (file)
--- a/mg.h
+++ b/mg.h
@@ -18,7 +18,7 @@ struct mgvtbl {
     int                (CPERLscope(*svt_clear))(pTHX_ SV *sv, MAGIC* mg);
     int                (CPERLscope(*svt_free)) (pTHX_ SV *sv, MAGIC* mg);
     int                (CPERLscope(*svt_copy)) (pTHX_ SV *sv, MAGIC* mg,
-                                       SV *nsv, const char *name, int namlen);
+                                       SV *nsv, const char *name, I32 namlen);
     int                (CPERLscope(*svt_dup))  (pTHX_ MAGIC *mg, CLONE_PARAMS *param);
     int                (CPERLscope(*svt_local))(pTHX_ SV *nsv, MAGIC *mg);
 };