From: Jarkko Hietaniemi Date: Mon, 19 Oct 1998 07:02:44 +0000 (+0000) Subject: vmesaish.h doesn't exclude unixish.h. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=6f71a643a0006dd0b3fa05e7dee38659a8cc1041;p=p5sagit%2Fp5-mst-13.2.git vmesaish.h doesn't exclude unixish.h. p4raw-id: //depot/cfgperl@2018 --- 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