diff options
author | Hugo van der Sanden <hv@crypt.org> | 2001-06-10 12:23:30 +0100 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-06-10 10:55:34 +0000 |
commit | f20cc2f4b57d0af6ae56e81a5194c331ceb01e3b (patch) | |
tree | ee8a22d9bdb44e073630ea0358bc42b5f93e96fd /proto.h | |
parent | 906f284febf43a7190682e42c5aef12275cef5ce (diff) | |
download | perl-f20cc2f4b57d0af6ae56e81a5194c331ceb01e3b.tar.gz |
Re: pragma/locale.t #107
Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
Encapsulate the scan of the decimal radix separator.
p4raw-id: //depot/perl@10495
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1246,6 +1246,7 @@ STATIC I32 S_expect_number(pTHX_ char** pattern); STATIC SV* S_gv_share(pTHX_ SV *sv); # endif STATIC int S_grok_number(pTHX_ const char *pv, STRLEN len, UV *valuep); +STATIC int S_grok_numeric_radix(pTHX_ const char **sp, const char *send); #endif #if defined(PERL_IN_TOKE_C) || defined(PERL_DECL_PROT) |