summaryrefslogtreecommitdiff
path: root/perlapi.h
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2016-09-01 13:30:28 -0500
committerCraig A. Berry <craigberry@mac.com>2016-09-01 17:38:15 -0500
commit483efd0abe32386a3d82710532464cf4e9a0124b (patch)
treec70971a6c178b727d01f7c349caee4ad750abaaa /perlapi.h
parent7c280bee056f2462f4b4aa2150a160fb9176601e (diff)
downloadperl-483efd0abe32386a3d82710532464cf4e9a0124b.tar.gz
Make PERLLIB_SEP dynamic on VMS.
Because if we're running under a Unix shell, the path separator is likely to meet the expectations of Unix shell scripts better if it's the Unix ':' rather than the VMS '|'. There is no change when running under DCL.
Diffstat (limited to 'perlapi.h')
-rw-r--r--perlapi.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/perlapi.h b/perlapi.h
index 960983d090..91f50eb2b0 100644
--- a/perlapi.h
+++ b/perlapi.h
@@ -149,6 +149,8 @@ END_EXTERN_C
#define PL_perlio_fd_refcnt_size (*Perl_Gperlio_fd_refcnt_size_ptr(NULL))
#undef PL_perlio_mutex
#define PL_perlio_mutex (*Perl_Gperlio_mutex_ptr(NULL))
+#undef PL_perllib_sep
+#define PL_perllib_sep (*Perl_Gperllib_sep_ptr(NULL))
#undef PL_ppaddr
#define PL_ppaddr (*Perl_Gppaddr_ptr(NULL))
#undef PL_sh_path