diff options
author | Green, Paul <pgreen@seussnt.stratus.com> | 1998-09-09 20:02:07 -0400 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-09-23 09:21:11 +0000 |
commit | 495c5fdc8fec0d7d0f72a84d44bb3e7cfc448d43 (patch) | |
tree | 177a1786dbe4f22a002ec51cd7ceb44b1857fc51 /perl.h | |
parent | bd3fa61ce4cf706aee95ff3241fb1c7b94ddf61a (diff) | |
download | perl-495c5fdc8fec0d7d0f72a84d44bb3e7cfc448d43.tar.gz |
RE: [PATCH] 5.005_02 and 5.005_51: Stratus VOS port
Message-ID: <646CD0392810D211B04A00A024BF26FB1022EB@terminator.sw.stratus.com>
p4raw-id: //depot/perl@1838
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1122,7 +1122,11 @@ typedef I32 (*filter_t) _((int, SV *, int)); # if defined(MPE) # include "mpeix/mpeixish.h" # else -# include "unixish.h" +# if defined(__VOS__) +# include "vosish.h" +# else +# include "unixish.h" +# endif # endif # endif # endif |