summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-05-11 16:54:10 -0500
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-05-12 12:13:03 +0000
commit4789ae7c0cb97d73668d156d061a31899da00712 (patch)
tree389c94ba78827e3bbb08ab5894381005bef9ed8a /embed.fnc
parent774c1dbe9c1c746052dd9e19943a877c2976de96 (diff)
downloadperl-4789ae7c0cb97d73668d156d061a31899da00712.tar.gz
Fixing embed.fnc
Message-ID: <20060512025410.GA32709@petdance.com> p4raw-id: //depot/perl@28175
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 8c24a25aad..f37a7206cd 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -761,7 +761,7 @@ 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 |bool |glob_2number |NN GV* const gv
-s |char* |glob_2pv |NN GV* const gv|NN STRLEN * const len
+s |char* |glob_2pv |NN GV* const gv|NULLOK STRLEN * const len
#endif
Amb |IV |sv_2iv |NN SV* sv
Apd |IV |sv_2iv_flags |NN SV* sv|I32 flags