This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Edit ChangeLog, Bump VERSION before rebase/release
[perl5.git] / mg.h
diff --git a/mg.h b/mg.h
index 53ef628..4114941 100644 (file)
--- a/mg.h
+++ b/mg.h
@@ -8,9 +8,6 @@
  *
  */
 
-#ifdef STRUCT_MGVTBL_DEFINITION
-STRUCT_MGVTBL_DEFINITION;
-#else
 struct mgvtbl {
     int                (*svt_get)      (pTHX_ SV *sv, MAGIC* mg);
     int                (*svt_set)      (pTHX_ SV *sv, MAGIC* mg);
@@ -22,7 +19,6 @@ struct mgvtbl {
     int                (*svt_dup)      (pTHX_ MAGIC *mg, CLONE_PARAMS *param);
     int                (*svt_local)(pTHX_ SV *nsv, MAGIC *mg);
 };
-#endif
 
 struct magic {
     MAGIC*     mg_moremagic;
@@ -67,8 +63,8 @@ struct magic {
  * Local variables:
  * c-indentation-style: bsd
  * c-basic-offset: 4
- * indent-tabs-mode: t
+ * indent-tabs-mode: nil
  * End:
  *
- * ex: set ts=8 sts=4 sw=4 noet:
+ * ex: set ts=8 sts=4 sw=4 et:
  */