From a642da7263dec18aa73cc82297c22867e050a28c Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sun, 2 Nov 2014 21:34:23 -0800 Subject: First arg to op_const_sv is never null --- embed.fnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed.fnc') 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 -- cgit v1.2.1