diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-01-21 11:51:07 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2001-01-21 11:51:07 +0000 |
commit | 52265d3151772e94ddec71ce5f4d46e7950012b7 (patch) | |
tree | d1b72160b6c3d2e4bea711b66a86220ed5a68d31 /proto.h | |
parent | a567e93b903bc9849952c06533059c2f2e2fb226 (diff) | |
parent | 6b1bfb713ee2240cea7837d56bcc692b587c8cfb (diff) | |
download | perl-52265d3151772e94ddec71ce5f4d46e7950012b7.tar.gz |
Integrate mainline.
p4raw-id: //depot/perlio@8495
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |