diff options
author | Nicholas Clark <nick@ccl4.org> | 2012-01-13 17:33:24 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2012-01-13 17:35:32 +0100 |
commit | 8deb7dbdfbd6e133d6cde85839a8acacd2185e32 (patch) | |
tree | c098c14b0bf9e5f51624a5274827e7bfe86e1ed8 /perl.h | |
parent | 9e6704a9c88bca9a5eec456e14f7afa3a21f2181 (diff) | |
parent | cc5038fb0fb4077cf2d3724595ce66f81c7eb10a (diff) | |
download | perl-nicholas/re-instate.tar.gz |
Revert "EPOC is special biologist word. [Do not merge to blead]"nicholas/re-instate
This reverts commit 9a35cdd44afd0278caefb55a0bb28e5b14175002.
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -2563,11 +2563,6 @@ typedef struct clone_params CLONE_PARAMS; # include "iperlsys.h" #endif -#if defined(__OPEN_VM) -# include "vmesa/vmesaish.h" -# define ISHISH "vmesa" -#endif - #ifdef DOSISH # if defined(OS2) # include "os2ish.h" @@ -2587,11 +2582,6 @@ typedef struct clone_params CLONE_PARAMS; # define ISHISH "plan9" #endif -#if defined(MPE) -# include "mpeix/mpeixish.h" -# define ISHISH "mpeix" -#endif - #if defined(__VOS__) # ifdef __GNUC__ # include "./vos/vosish.h" @@ -2615,9 +2605,6 @@ typedef struct clone_params CLONE_PARAMS; #if defined(__HAIKU__) # include "haiku/haikuish.h" # define ISHISH "haiku" -#elif defined(__BEOS__) -# include "beos/beosish.h" -# define ISHISH "beos" #endif #ifndef ISHISH |