summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-01-20 23:12:11 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-01-20 23:12:11 +0000
commit6b1bfb713ee2240cea7837d56bcc692b587c8cfb (patch)
treefe86f719dc7732dc400731ebab78584476f308f3 /proto.h
parent58979ab1b71f35ba0309b6f7a5b76821fec30447 (diff)
downloadperl-6b1bfb713ee2240cea7837d56bcc692b587c8cfb.tar.gz
Forgot the expect_number() prototype.
p4raw-id: //depot/perl@8494
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 00b2ef0246..e7a10a6aa5 100644
--- a/proto.h
+++ b/proto.h
@@ -1217,6 +1217,7 @@ STATIC void S_del_sv(pTHX_ SV *p);
STATIC int S_sv_2inuv_non_preserve(pTHX_ SV *sv, I32 numtype);
STATIC int S_sv_2iuv_non_preserve(pTHX_ SV *sv, I32 numtype);
# endif
+STATIC I32 S_expect_number(pTHX_ char** pattern);
#endif
#if defined(PERL_IN_TOKE_C) || defined(PERL_DECL_PROT)