diff options
author | John E. Malmberg <wb8tyw@qsl.net> | 2007-11-17 20:15:22 -0600 |
---|---|---|
committer | Craig A. Berry <craigberry@mac.com> | 2007-11-24 02:17:28 +0000 |
commit | b1a8dcd70a1b7c58d934599729e8fb3ac06cf406 (patch) | |
tree | df800b69f1c0560b591f7109c064e622cc89ea75 /vms/vmsish.h | |
parent | 6c336d06ae8687622e1fdbee076f2a14b492da29 (diff) | |
download | perl-b1a8dcd70a1b7c58d934599729e8fb3ac06cf406.tar.gz |
[patch@32376] VMS symbolic links part 4 of 4 - Final part
From: "John E. Malmberg" <wb8tyw@qsl.net>
Message-id: <473FF49A.5000302@qsl.net>
[.vms...] parts with revisions to compile on older systems and some
POD clean-up.
p4raw-id: //depot/perl@32474
Diffstat (limited to 'vms/vmsish.h')
-rw-r--r-- | vms/vmsish.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h index f5622ba340..90311a06d0 100644 --- a/vms/vmsish.h +++ b/vms/vmsish.h @@ -280,6 +280,7 @@ #endif #define init_os_extras Perl_init_os_extras #define vms_realpath(a, b, c) Perl_vms_realpath(aTHX_ a,b,c) +#define vms_realname(a, b, c) Perl_vms_realname(aTHX_ a,b,c) #define vms_case_tolerant(a) Perl_vms_case_tolerant(a) /* Delete if at all possible, changing protections if necessary. */ |