This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Follow that camel ... another sync.
[perl5.git] / perl.h
diff --git a/perl.h b/perl.h
index 6d026ba..23a2f13 100644 (file)
--- a/perl.h
+++ b/perl.h
@@ -1560,6 +1560,10 @@ typedef union any ANY;
 # endif
 #endif         
 
+#ifndef PERL_SYS_INIT3
+#  define PERL_SYS_INIT3(argvp,argcp,envp) PERL_SYS_INIT(argvp,argcp)
+#endif
+
 #ifndef MAXPATHLEN
 #  ifdef PATH_MAX
 #    ifdef _POSIX_PATH_MAX