summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorHugo van der Sanden <hv@crypt.org>2001-06-10 12:23:30 +0100
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-10 10:55:34 +0000
commitf20cc2f4b57d0af6ae56e81a5194c331ceb01e3b (patch)
treeee8a22d9bdb44e073630ea0358bc42b5f93e96fd /proto.h
parent906f284febf43a7190682e42c5aef12275cef5ce (diff)
downloadperl-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 50057087c4..f4706ed3a8 100644
--- a/proto.h
+++ b/proto.h
@@ -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)