This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Where possible, change gv_fetchfile() to gv_fetchfile_flags(),
[perl5.git] / mg.h
diff --git a/mg.h b/mg.h
index 2e12374..05ad08b 100644 (file)
--- a/mg.h
+++ b/mg.h
@@ -30,9 +30,9 @@ struct magic {
     U16                mg_private;
     char       mg_type;
     U8         mg_flags;
+    I32                mg_len;
     SV*                mg_obj;
     char*      mg_ptr;
-    I32                mg_len;
 };
 
 #define MGf_TAINTEDDIR 1        /* PERL_MAGIC_envelem only */