summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2008-04-14 15:01:49 +0000
committerNicholas Clark <nick@ccl4.org>2008-04-14 15:01:49 +0000
commit72241cc917b12736c9ada9c5661d4698c7069fba (patch)
treee1d78d4c1c2227abddfc8f94728572965f92c75f /embed.fnc
parent9d6bff35783dc768c5d72663e6e2d31769c5da91 (diff)
downloadperl-72241cc917b12736c9ada9c5661d4698c7069fba.tar.gz
Perl_store_cop_label() isn't meant to be part of the public API.
(global.sym had been inconsistent with embed.fnc, but it turns out that global.sym was actually correct.) p4raw-id: //depot/perl@33677
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index a536cb781c..088957ae7b 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -1989,7 +1989,7 @@ Apon |void |sys_init3 |NN int* argc|NN char*** argv|NN char*** env
Apon |void |sys_term
ApoM |const char *|fetch_cop_label|NULLOK struct refcounted_he *const chain \
|NULLOK STRLEN *len|NULLOK U32 *flags
-ApoM |struct refcounted_he *|store_cop_label \
+xpoM |struct refcounted_he *|store_cop_label \
|NULLOK struct refcounted_he *const chain|NN const char *label
END_EXTERN_C