summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-04-23 16:12:39 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-04-24 07:27:33 +0000
commit675c862fe1d4abfd048dce5f1958cca54b16c501 (patch)
treef569d04f7ab102c470d0dc39c1df6677608e820d /embed.fnc
parentd6f07c0562911cf76e1e5f209b2eb29c706bd31d (diff)
downloadperl-675c862fe1d4abfd048dce5f1958cca54b16c501.tar.gz
Refactor S_glob_2inpuv
Message-ID: <20060424021239.GA5449@petdance.com> p4raw-id: //depot/perl@27942
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc3
1 files changed, 2 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 37c4446cfe..ad860157cd 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -756,7 +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 |NN GV* gv|NULLOK STRLEN *len|bool want_number
+s |char* |glob_2inpuv_number|NN GV* const gv
+s |char* |glob_2inpuv |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