summaryrefslogtreecommitdiff
path: root/perl.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1998-10-19 07:02:44 +0000
committerJarkko Hietaniemi <jhi@iki.fi>1998-10-19 07:02:44 +0000
commit6f71a643a0006dd0b3fa05e7dee38659a8cc1041 (patch)
tree8f91ea5b19fc41b08eb78e40abc6a9eb726e137f /perl.h
parent4afbaa319c6f11b8bc3910f8b5c269861f4e7611 (diff)
downloadperl-6f71a643a0006dd0b3fa05e7dee38659a8cc1041.tar.gz
vmesaish.h doesn't exclude unixish.h.
p4raw-id: //depot/cfgperl@2018
Diffstat (limited to 'perl.h')
-rw-r--r--perl.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl.h b/perl.h
index bec75f7dd6..b5fea5cfb4 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