Create a struct for all perls globals (as an option)
[p5sagit/p5-mst-13.2.git] / util.c
diff --git a/util.c b/util.c
index 8f515f9..81035b9 100644 (file)
--- a/util.c
+++ b/util.c
@@ -2547,4 +2547,10 @@ Perl_huge(void)
 }
 #endif
 
-
+#ifdef PERL_GLOBAL_STRUCT
+struct perl_vars *
+Perl_GetVars(void)
+{
+ return &Perl_Vars;
+}
+#endif
\ No newline at end of file