Skip to content

Commit c6a5fd5

Browse files
committed
Mark clone_params_(del|new) as internal, not public API
1 parent 69b5e8a commit c6a5fd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

embed.fnc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6304,9 +6304,9 @@ EXop |void |dtrace_probe_phase \
63046304
Adpx |PADOFFSET|alloccopstash|NN HV *hv
63056305
CRp |void * |any_dup |NULLOK void *v \
63066306
|NN const PerlInterpreter *proto_perl
6307-
ATop |void |clone_params_del \
6307+
CTop |void |clone_params_del \
63086308
|NN CLONE_PARAMS *param
6309-
ARTop |CLONE_PARAMS *|clone_params_new \
6309+
CRTop |CLONE_PARAMS *|clone_params_new \
63106310
|NN PerlInterpreter * const from \
63116311
|NN PerlInterpreter * const to
63126312
Cip |AV * |cop_file_avn |NN const COP *cop

0 commit comments

Comments
 (0)