summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorAaron Crane <arc@cpan.org>2017-10-14 15:11:22 +0200
committerAaron Crane <arc@cpan.org>2017-10-21 16:53:13 +0100
commit7eab73e249a1c03e84ac85f2162ddab4c4824ac5 (patch)
treefc1915b1b4f35c7852a8592dce420e75b8ceec4b /vms
parentb78ed007fa9baa198c63557db888ec30e57d786e (diff)
downloadperl-7eab73e249a1c03e84ac85f2162ddab4c4824ac5.tar.gz
Never attempt to redeclare standard functions
Diffstat (limited to 'vms')
-rw-r--r--vms/vmsish.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/vms/vmsish.h b/vms/vmsish.h
index 669ed5cab7..127ae58cf0 100644
--- a/vms/vmsish.h
+++ b/vms/vmsish.h
@@ -100,12 +100,6 @@
* we'll use ours, since it gives us the full VMS exit status. */
#define waitpid my_waitpid
-/* Don't redeclare standard RTL routines in Perl's header files;
- * VMS history or extensions makes some of the formal protoypes
- * differ from the common Unix forms.
- */
-#define DONT_DECLARE_STD 1
-
/* Our own contribution to PerlShr's global symbols . . . */
#if !defined(PERL_IMPLICIT_CONTEXT)