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 /embed.pl | |
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 'embed.pl')
-rwxr-xr-x | embed.pl | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2532,6 +2532,10 @@ s |void |xstat |int # endif #endif +#if defined(PERL_IN_DOIO_C) || defined(PERL_DECL_PROT) +dopM |PerlIO*|start_glob |SV* pattern|IO *io +#endif + #if defined(PERL_OBJECT) }; #endif |