diff options
author | Nicholas Clark <nick@ccl4.org> | 2000-12-11 23:16:39 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-13 16:16:01 +0000 |
commit | 0d44d22b67bd4c0096169c76ee8a062b1fac7be7 (patch) | |
tree | af96dbb1da757b93863038a1016136f450a5ee0b /proto.h | |
parent | 6aedb45f7510c7fe9bd4df13c9f227b8d013eac9 (diff) | |
download | perl-0d44d22b67bd4c0096169c76ee8a062b1fac7be7.tar.gz |
move startglob out of pp_hot.c
Message-ID: <20001211231638.A55550@plum.flirble.org>
p4raw-id: //depot/perl@8097
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1268,6 +1268,10 @@ STATIC void S_xstat(pTHX_ int); # endif #endif +#if defined(PERL_IN_DOIO_C) || defined(PERL_DECL_PROT) +PERL_CALLCONV PerlIO* Perl_start_glob(pTHX_ SV* pattern, IO *io); +#endif + #if defined(PERL_OBJECT) }; #endif |