mirror of
https://github.com/Perl/perl5.git
synced 2026-01-26 16:39:36 +00:00
Call init_os_extras() on z/OS
The previous commit added a file and functions for specially dealing with z/OS. This commit actually calls the start up one.
This commit is contained in:
parent
8006e9296f
commit
64b69ef9f1
2
perl.c
2
perl.c
@ -2597,7 +2597,7 @@ S_parse_body(pTHX_ char **env, XSINIT_t xsinit)
|
||||
|
||||
if (xsinit)
|
||||
(*xsinit)(aTHX); /* in case linked C routines want magical variables */
|
||||
#if defined(VMS) || defined(WIN32) || defined(__CYGWIN__)
|
||||
#if defined(VMS) || defined(WIN32) || defined(__CYGWIN__) || defined(__MVS__)
|
||||
init_os_extras();
|
||||
#endif
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user