From 6f71a643a0006dd0b3fa05e7dee38659a8cc1041 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 19 Oct 1998 07:02:44 +0000 Subject: [PATCH] vmesaish.h doesn't exclude unixish.h. p4raw-id: //depot/cfgperl@2018 --- perl.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/perl.h b/perl.h index bec75f7..b5fea5c 100644 --- a/perl.h +++ b/perl.h @@ -1292,6 +1292,10 @@ typedef I32 (*filter_t) _((int, SV *, int)); #define FILTER_DATA(idx) (AvARRAY(PL_rsfp_filters)[idx]) #define FILTER_ISREADER(idx) (idx >= AvFILLp(PL_rsfp_filters)) +#if defined(__OPEN_VM) +# include "vmesa/vmesaish.h" +#endif + #ifdef DOSISH # if defined(OS2) # include "os2ish.h" @@ -1311,11 +1315,7 @@ typedef I32 (*filter_t) _((int, SV *, int)); # if defined(__VOS__) # include "vosish.h" # else -# if defined(__OPEN_VM) -# include "vmesa/vmesaish.h" -# else -# include "unixish.h" -# endif +# include "unixish.h" # endif # endif # endif -- 2.7.4