summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-11-02 21:34:23 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-11-13 04:49:41 -0800
commita642da7263dec18aa73cc82297c22867e050a28c (patch)
treea19e53f533ed0fd3f4219b49387e1b79403caf78 /embed.fnc
parentd0a32af375ac806258a97cce0091ce4b3636f8dc (diff)
downloadperl-a642da7263dec18aa73cc82297c22867e050a28c.tar.gz
First arg to op_const_sv is never null
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 c62948841f..af029ad1bd 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -316,7 +316,7 @@ ApdR |SV* |gv_const_sv |NN GV* gv
ApdRn |SV* |cv_const_sv |NULLOK const CV *const cv
pRn |SV* |cv_const_sv_or_av|NULLOK const CV *const cv
: Used in pad.c
-pR |SV* |op_const_sv |NULLOK const OP* o|NULLOK CV* cv \
+pR |SV* |op_const_sv |NN const OP* o|NULLOK CV* cv \
|NULLOK CV *outside
Apd |SV * |cv_name |NN CV *cv|NULLOK SV *sv|U32 flags
Apd |void |cv_undef |NN CV* cv