summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2000-12-11 23:16:39 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-13 16:16:01 +0000
commit0d44d22b67bd4c0096169c76ee8a062b1fac7be7 (patch)
treeaf96dbb1da757b93863038a1016136f450a5ee0b /embed.pl
parent6aedb45f7510c7fe9bd4df13c9f227b8d013eac9 (diff)
downloadperl-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-xembed.pl4
1 files changed, 4 insertions, 0 deletions
diff --git a/embed.pl b/embed.pl
index d441c4b52b..8664fc7c0c 100755
--- a/embed.pl
+++ b/embed.pl
@@ -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