diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-20 23:12:11 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-01-20 23:12:11 +0000 |
commit | 6b1bfb713ee2240cea7837d56bcc692b587c8cfb (patch) | |
tree | fe86f719dc7732dc400731ebab78584476f308f3 /proto.h | |
parent | 58979ab1b71f35ba0309b6f7a5b76821fec30447 (diff) | |
download | perl-6b1bfb713ee2240cea7837d56bcc692b587c8cfb.tar.gz |
Forgot the expect_number() prototype.
p4raw-id: //depot/perl@8494
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |