summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2006-04-24 09:40:58 +0000
committerNicholas Clark <nick@ccl4.org>2006-04-24 09:40:58 +0000
commit19f6321d25d193c964d4da055e9f739f63de1dc6 (patch)
treec15eea4f79f7270342f62e1d8ce4a99246afb5eb /embed.fnc
parentb3f24c00097febc1ee3ecdb31ce34c3df610cbd2 (diff)
downloadperl-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.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index cca7933dc0..5d3b8580f5 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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