vmesaish.h doesn't exclude unixish.h.
Jarkko Hietaniemi [Mon, 19 Oct 1998 07:02:44 +0000 (07:02 +0000)]
p4raw-id: //depot/cfgperl@2018

perl.h

diff --git a/perl.h b/perl.h
index bec75f7..b5fea5c 100644 (file)
--- 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