diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-13 16:53:41 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-12-13 16:53:41 +0000 |
commit | ae154d6ddb0553d4bbd0ee95d5c5b7c7be687d5d (patch) | |
tree | c4f09cacd58f2f78dfa94ca3f0a1805b9487a57a /embed.pl | |
parent | 283fdd21d4eecddd8bb08913a0759c5db0de7645 (diff) | |
download | perl-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-x | embed.pl | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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 |