summaryrefslogtreecommitdiff
path: root/embed.pl
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-06-10 18:37:57 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-06-10 18:37:57 +0000
commitdbc4c90a34a5fb41b88a6f3e5e2d54fc30f907a7 (patch)
tree295eb7bb6a0e0c5829d18b025c0ddd3ca807019b /embed.pl
parenta6bc8d305f0ade0576c8c181137300b3573d302e (diff)
downloadperl-dbc4c90a34a5fb41b88a6f3e5e2d54fc30f907a7.tar.gz
Move the grok_number and its lieutenant grok_numeric_radix
from sv.c statics to util.c and public. p4raw-id: //depot/perl@10505
Diffstat (limited to 'embed.pl')
-rwxr-xr-xembed.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.pl b/embed.pl
index 5557eab3ec..dab316e38b 100755
--- a/embed.pl
+++ b/embed.pl
@@ -1682,6 +1682,8 @@ Apd |void |load_module|U32 flags|SV* name|SV* ver|...
Ap |void |vload_module|U32 flags|SV* name|SV* ver|va_list* args
p |OP* |localize |OP* arg|I32 lexical
Apd |I32 |looks_like_number|SV* sv
+Apd |int |grok_number |const char *pv|STRLEN len|UV *valuep
+Apd |bool |grok_numeric_radix|const char **sp|const char *send
p |int |magic_clearenv |SV* sv|MAGIC* mg
p |int |magic_clear_all_env|SV* sv|MAGIC* mg
p |int |magic_clearpack|SV* sv|MAGIC* mg
@@ -2521,8 +2523,6 @@ s |I32 |expect_number |char** pattern
# if defined(USE_ITHREADS)
s |SV* |gv_share |SV *sv
# endif
-s |int |grok_number |const char *pv|STRLEN len|UV *valuep
-s |bool |grok_numeric_radix|const char **sp|const char *send
#endif
#if defined(PERL_IN_TOKE_C) || defined(PERL_DECL_PROT)