summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2000-12-13 16:53:41 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2000-12-13 16:53:41 +0000
commitae154d6ddb0553d4bbd0ee95d5c5b7c7be687d5d (patch)
treec4f09cacd58f2f78dfa94ca3f0a1805b9487a57a /embed.pl
parent283fdd21d4eecddd8bb08913a0759c5db0de7645 (diff)
downloadperl-ae154d6ddb0553d4bbd0ee95d5c5b7c7be687d5d.tar.gz
Move the proto of start_glob() to a better place; regen api files.
p4raw-id: //depot/perl@8101
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl5
1 files changed, 1 insertions, 4 deletions
diff --git a/embed.pl b/embed.pl
index 8664fc7c0c..fa22c84f9f 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1828,6 +1828,7 @@ p |void |pad_free |PADOFFSET po
p |void |pad_reset
p |void |pad_swipe |PADOFFSET po
p |void |peep |OP* o
+dopM |PerlIO*|start_glob |SV* pattern|IO *io
#if defined(PERL_OBJECT)
Aox |void |Perl_construct
Aox |void |Perl_destruct
@@ -2532,10 +2533,6 @@ 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