diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-28 18:37:07 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-06-28 18:37:07 +0000 |
commit | c06ef2193827b22d14c89e18394d4c66189b9d90 (patch) | |
tree | 47960fa2dda52b77c191b5c636ec243050ac39aa /perlio.h | |
parent | 87944a4aeab598c4b9580b4a7fc7acaac00ae223 (diff) | |
download | perl-c06ef2193827b22d14c89e18394d4c66189b9d90.tar.gz |
add a perlio.h stub for compat (some extensions seem to #include it)
p4raw-id: //depot/perl@1231
Diffstat (limited to 'perlio.h')
-rw-r--r-- | perlio.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perlio.h b/perlio.h new file mode 100644 index 0000000000..e699a3eafe --- /dev/null +++ b/perlio.h @@ -0,0 +1 @@ +#include "iperlsys.h" |