summaryrefslogtreecommitdiff
path: root/cv.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-09-24 00:22:29 -0700
committerFather Chrysostomos <sprout@cpan.org>2014-09-24 00:22:29 -0700
commit5e8814954c268f117d70c5156096c5bf7bb1cff7 (patch)
tree1c7ce310e017974cc954295b9744afd84413c145 /cv.h
parent8ea199e3a0196f596ff77acbc8ccac85fa2da7dd (diff)
downloadperl-5e8814954c268f117d70c5156096c5bf7bb1cff7.tar.gz
embed.fnc: cv_name is documented
Diffstat (limited to 'cv.h')
-rw-r--r--cv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cv.h b/cv.h
index 8ba1c5cbeb..7f6dea2d95 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