summaryrefslogtreecommitdiff
path: root/proto.h
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 /proto.h
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 'proto.h')
-rw-r--r--proto.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/proto.h b/proto.h
index 451c5b2e01..288a311986 100644
--- a/proto.h
+++ b/proto.h
@@ -572,6 +572,7 @@ PERL_CALLCONV void Perl_pad_free(pTHX_ PADOFFSET po);
PERL_CALLCONV void Perl_pad_reset(pTHX);
PERL_CALLCONV void Perl_pad_swipe(pTHX_ PADOFFSET po);
PERL_CALLCONV void Perl_peep(pTHX_ OP* o);
+PERL_CALLCONV PerlIO* Perl_start_glob(pTHX_ SV* pattern, IO *io);
#if defined(PERL_OBJECT)
PERL_CALLCONV void Perl_construct(pTHX);
PERL_CALLCONV void Perl_destruct(pTHX);
@@ -1268,10 +1269,6 @@ 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