This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document $DynaLoader::dl_dlext, per sisyphus++.
[perl5.git] / mg.h
diff --git a/mg.h b/mg.h
index 4114941..de673d4 100644 (file)
--- a/mg.h
+++ b/mg.h
@@ -26,7 +26,7 @@ struct magic {
     U16                mg_private;
     char       mg_type;
     U8         mg_flags;
-    I32                mg_len;
+    SSize_t    mg_len;
     SV*                mg_obj;
     char*      mg_ptr;
 };