summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2011-07-16 18:42:59 -0700
committerFather Chrysostomos <sprout@cpan.org>2011-07-16 18:42:59 -0700
commitaebc0cbee0c83e7c1648507658f739153cf1176a (patch)
treec2fec976e677d375d3a3c48673b50124a93b8b39 /embed.fnc
parent8375c93eec5677d8587491a0541d33bc206a445a (diff)
downloadperl-aebc0cbee0c83e7c1648507658f739153cf1176a.tar.gz
Rename store/fetch_cop_label as cop_*
This makes them consistent with other functions that put the basic datum type first (like hv_*, sv_*, cophh_*). Since fetch_cop_label is marked as experimental (M), this change should be OK.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index 2c35c35230..077955f367 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2454,10 +2454,10 @@ p |void |boot_core_mro
Apon |void |sys_init |NN int* argc|NN char*** argv
Apon |void |sys_init3 |NN int* argc|NN char*** argv|NN char*** env
Apon |void |sys_term
-ApoM |const char *|fetch_cop_label|NN COP *const cop \
+ApoM |const char *|cop_fetch_label|NN COP *const cop \
|NULLOK STRLEN *len|NULLOK U32 *flags
: Only used in op.c and the perl compiler
-ApoM |void|store_cop_label \
+ApoM |void|cop_store_label \
|NN COP *const cop|NN const char *label|STRLEN len|U32 flags
xpo |int |keyword_plugin_standard|NN char* keyword_ptr|STRLEN keyword_len|NN OP** op_ptr