diff options
author | Nicholas Clark <nick@ccl4.org> | 2008-04-14 15:01:49 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2008-04-14 15:01:49 +0000 |
commit | 72241cc917b12736c9ada9c5661d4698c7069fba (patch) | |
tree | e1d78d4c1c2227abddfc8f94728572965f92c75f /embed.fnc | |
parent | 9d6bff35783dc768c5d72663e6e2d31769c5da91 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |