diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-04-24 09:40:58 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-04-24 09:40:58 +0000 |
commit | 19f6321d25d193c964d4da055e9f739f63de1dc6 (patch) | |
tree | c15eea4f79f7270342f62e1d8ce4a99246afb5eb /embed.fnc | |
parent | b3f24c00097febc1ee3ecdb31ce34c3df610cbd2 (diff) | |
download | perl-19f6321d25d193c964d4da055e9f739f63de1dc6.tar.gz |
Following change 27942 it's clear that the return type of
glob_2inpuv_number() should change. Rename it and glob_2inpuv() to
reflect what they do.
p4raw-id: //depot/perl@27947
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -756,8 +756,8 @@ Apd |bool |sv_2bool |NN SV* sv Apd |CV* |sv_2cv |NULLOK SV* sv|NN HV** st|NN GV** gvp|I32 lref Apd |IO* |sv_2io |NN SV* sv #ifdef PERL_IN_SV_C -s |char* |glob_2inpuv_number|NN GV* const gv -s |char* |glob_2inpuv |NN GV* const gv|NN STRLEN * const len +s |bool |glob_2number |NN GV* const gv +s |char* |glob_2pv |NN GV* const gv|NN STRLEN * const len #endif Amb |IV |sv_2iv |NN SV* sv Apd |IV |sv_2iv_flags |NN SV* sv|I32 flags |