summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-09-30 12:10:51 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-10-06 13:01:19 -0700
commitf717afa71cc4ba2f45eb5e57b4e54a3a3cdf8bd9 (patch)
treea3964044fddbfa2e8b255bb2a4bae16414bb95f7 /embed.fnc
parentdab1c735364fcc41f4fbd1c15b5e26e8a7b07cab (diff)
downloadperl-f717afa71cc4ba2f45eb5e57b4e54a3a3cdf8bd9.tar.gz
Oust cv_ckproto_len
It is no longer used in core (having been superseded by cv_ckproto_len_flags), is unused on CPAN, and is not part of the API. The cv_ckproto ‘public’ macro is modified to use the _flags version. I put ‘public’ in quotes because, even before this commit, cv_ckproto was using a non-exported function, and hence could never have worked on a strict linker (or whatever you call it).
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 0 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 86447df24c..362375ee7c 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -270,8 +270,6 @@ p |SV * |core_prototype |NULLOK SV *sv|NN const char *name \
p |OP * |coresub_op |NN SV *coreargssv|const int code \
|const int opnum
: Used in sv.c
-p |void |cv_ckproto_len |NN const CV* cv|NULLOK const GV* gv\
- |NULLOK const char* p|const STRLEN len
p |void |cv_ckproto_len_flags |NN const CV* cv|NULLOK const GV* gv\
|NULLOK const char* p|const STRLEN len \
|const U32 flags