summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-11-19 23:06:46 -0800
committerFather Chrysostomos <sprout@cpan.org>2011-11-20 14:13:59 -0800
commit9c0a60906babcaff328d90d8185138582eb47a13 (patch)
tree398d8bfcbef24236ede4219f7dd194c07d1d0bcf /embed.fnc
parent8fe0571645619844c3a4f2defc3990634138e838 (diff)
downloadperl-9c0a60906babcaff328d90d8185138582eb47a13.tar.gz
Add len flag to newCONSTSUB_flags
This function was added after 5.14.0, so it is not too late to change it. It is currently unused.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 3 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 6b22a3e85c..37c15ceef7 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -853,7 +853,9 @@ i |bool |aassign_common_vars |NULLOK OP* o
Apda |OP* |newASSIGNOP |I32 flags|NULLOK OP* left|I32 optype|NULLOK OP* right
Apda |OP* |newCONDOP |I32 flags|NN OP* first|NULLOK OP* trueop|NULLOK OP* falseop
Apd |CV* |newCONSTSUB |NULLOK HV* stash|NULLOK const char* name|NULLOK SV* sv
-Apd |CV* |newCONSTSUB_flags |NULLOK HV* stash|NULLOK const char* name|U32 flags|NULLOK SV* sv
+Apd |CV* |newCONSTSUB_flags|NULLOK HV* stash \
+ |NULLOK const char* name|STRLEN len \
+ |U32 flags|NULLOK SV* sv
#ifdef PERL_MAD
Ap |OP* |newFORM |I32 floor|NULLOK OP* o|NULLOK OP* block
#else