summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-01-21 11:51:07 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-01-21 11:51:07 +0000
commit52265d3151772e94ddec71ce5f4d46e7950012b7 (patch)
treed1b72160b6c3d2e4bea711b66a86220ed5a68d31 /proto.h
parenta567e93b903bc9849952c06533059c2f2e2fb226 (diff)
parent6b1bfb713ee2240cea7837d56bcc692b587c8cfb (diff)
downloadperl-52265d3151772e94ddec71ce5f4d46e7950012b7.tar.gz
Integrate mainline.
p4raw-id: //depot/perlio@8495
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 13efc48ffb..0a0a60c961 100644
--- a/proto.h
+++ b/proto.h
@@ -1218,6 +1218,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)