summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorBrian Fraser <fraserbn@gmail.com>2011-06-11 13:29:54 -0300
committerFather Chrysostomos <sprout@cpan.org>2011-07-12 21:46:52 -0700
commitfbb889c85e79da0c4f54a617b00e93f8c46a9bea (patch)
treedcd51061f019aa1038bd6a25b8a4b286719a7068 /embed.fnc
parent15103811cf683404d0d30d02b26c1ca87373f233 (diff)
downloadperl-fbb889c85e79da0c4f54a617b00e93f8c46a9bea.tar.gz
Added a flags parameter to pad_findlex.
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 efb9d08897..925eee7a48 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2141,7 +2141,7 @@ ApdR |PADOFFSET|pad_findmy_sv|NN SV* name|U32 flags
ApdD |PADOFFSET|find_rundefsvoffset |
Apd |SV* |find_rundefsv |
#if defined(PERL_IN_PAD_C)
-sd |PADOFFSET|pad_findlex |NN const char *namepv|STRLEN namelen\
+sd |PADOFFSET|pad_findlex |NN const char *namepv|STRLEN namelen|U32 flags \
|NN const CV* cv|U32 seq|int warn \
|NULLOK SV** out_capture|NN SV** out_name_sv \
|NN int *out_flags