diff options
author | Hugo van der Sanden <hv@crypt.org> | 2015-02-27 17:55:43 +0000 |
---|---|---|
committer | Hugo van der Sanden <hv@crypt.org> | 2015-03-09 22:15:46 +0000 |
commit | 73e4395489b3af4945ee03565112cf8d41d7d349 (patch) | |
tree | 450c7043f52c95c88a20f27626d67338faed698e /embed.fnc | |
parent | 22ff313068aa37b1a24855e760e71ee9a20a1a90 (diff) | |
download | perl-73e4395489b3af4945ee03565112cf8d41d7d349.tar.gz |
grok_atoUV: don't make part of API
.. but keep available to extensions.
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -818,7 +818,7 @@ Apd |int |grok_number |NN const char *pv|STRLEN len|NULLOK UV *valuep Apd |int |grok_number_flags|NN const char *pv|STRLEN len|NULLOK UV *valuep|U32 flags ApdR |bool |grok_numeric_radix|NN const char **sp|NN const char *send Apd |UV |grok_oct |NN const char* start|NN STRLEN* len_p|NN I32* flags|NULLOK NV *result -Apdn |bool |grok_atoUV |NN const char* pv|NN UV* valptr|NULLOK const char** endptr +EXpn |bool |grok_atoUV |NN const char* pv|NN UV* valptr|NULLOK const char** endptr : These are all indirectly referenced by globals.c. This is somewhat annoying. p |int |magic_clearenv |NN SV* sv|NN MAGIC* mg p |int |magic_clear_all_env|NN SV* sv|NN MAGIC* mg |