From 5e8814954c268f117d70c5156096c5bf7bb1cff7 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Wed, 24 Sep 2014 00:22:29 -0700 Subject: [PATCH] embed.fnc: cv_name is documented --- cv.h | 2 ++ embed.fnc | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/cv.h b/cv.h index 8ba1c5c..7f6dea2 100644 --- a/cv.h +++ b/cv.h @@ -270,6 +270,8 @@ typedef OP *(*Perl_call_checker)(pTHX_ OP *, GV *, SV *); #define CALL_CHECKER_REQUIRE_GV MGf_REQUIRE_GV +#define CV_NAME_NOTQUAL 1 + #ifdef PERL_CORE # define CV_UNDEF_KEEP_NAME 1 #endif diff --git a/embed.fnc b/embed.fnc index a8789ac..ee8ca59 100644 --- a/embed.fnc +++ b/embed.fnc @@ -316,7 +316,7 @@ 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 -Ap |SV * |cv_name |NN CV *cv|NULLOK SV *sv +Apd |SV * |cv_name |NN CV *cv|NULLOK SV *sv Apd |void |cv_undef |NN CV* cv p |void |cv_undef_flags |NN CV* cv|U32 flags p |void |cv_forget_slab |NN CV *cv -- 1.8.3.1