summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2012-08-30 18:25:53 +0200
committerNicholas Clark <nick@ccl4.org>2012-08-31 14:13:01 +0200
commit043fec90e88a2e23823af40a5c0b59539fc58069 (patch)
tree217d8ca6d7f6e18200a6b3f9c3d96199422d4243 /perl.h
parent63d7ac5fa5ef436afa9865a56b7c84e54a112722 (diff)
downloadperl-043fec90e88a2e23823af40a5c0b59539fc58069.tar.gz
Remove the VM/ESA port.
VM/ESA was a mainframe OS. IBM ended service on it in June 2003. It was superseded by Z/VM.
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/perl.h b/perl.h
index f42849cf54..2cc4e91c1a 100644
--- a/perl.h
+++ b/perl.h
@@ -2555,11 +2555,6 @@ typedef SV PADNAME;
# include "iperlsys.h"
#endif
-#if defined(__OPEN_VM)
-# include "vmesa/vmesaish.h"
-# define ISHISH "vmesa"
-#endif
-
#ifdef DOSISH
# if defined(OS2)
# include "os2ish.h"
@@ -3904,7 +3899,7 @@ double atof (const char*);
/* All of these are in stdlib.h or time.h for ANSI C */
Time_t time();
struct tm *gmtime(), *localtime();
-#if defined(OEMVS) || defined(__OPEN_VM)
+#if defined(OEMVS)
char *(strchr)(), *(strrchr)();
char *(strcpy)(), *(strcat)();
#else