diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-07-16 18:42:59 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-07-16 18:42:59 -0700 |
commit | aebc0cbee0c83e7c1648507658f739153cf1176a (patch) | |
tree | c2fec976e677d375d3a3c48673b50124a93b8b39 /embed.fnc | |
parent | 8375c93eec5677d8587491a0541d33bc206a445a (diff) | |
download | perl-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.fnc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |