Skip to content

Commit a1f6d9d

Browse files
committed
perlapi: perl_(alloc|clone)_using are internal
No XS writer should be using them, and none are.
1 parent 3f39471 commit a1f6d9d

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
@@ -562,7 +562,7 @@
562562
CipRTX |char * |mortal_getenv |NN const char * str
563563

564564
#if defined(PERL_IMPLICIT_SYS)
565-
ATo |PerlInterpreter*|perl_alloc_using \
565+
CTo |PerlInterpreter*|perl_alloc_using \
566566
|NN struct IPerlMem *ipM \
567567
|NN struct IPerlMem *ipMS \
568568
|NN struct IPerlMem *ipMP \
@@ -584,7 +584,7 @@ CTpR |bool |doing_taint |int argc|NULLOK char** argv|NULLOK char** env
584584
#if defined(USE_ITHREADS)
585585
ATod |PerlInterpreter*|perl_clone|NN PerlInterpreter *proto_perl|UV flags
586586
# if defined(PERL_IMPLICIT_SYS)
587-
ATo |PerlInterpreter*|perl_clone_using \
587+
CTo |PerlInterpreter*|perl_clone_using \
588588
|NN PerlInterpreter *proto_perl \
589589
|UV flags \
590590
|NN struct IPerlMem* ipM \

0 commit comments

Comments
 (0)