We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f39471 commit a1f6d9dCopy full SHA for a1f6d9d
embed.fnc
@@ -562,7 +562,7 @@
562
CipRTX |char * |mortal_getenv |NN const char * str
563
564
#if defined(PERL_IMPLICIT_SYS)
565
-ATo |PerlInterpreter*|perl_alloc_using \
+CTo |PerlInterpreter*|perl_alloc_using \
566
|NN struct IPerlMem *ipM \
567
|NN struct IPerlMem *ipMS \
568
|NN struct IPerlMem *ipMP \
@@ -584,7 +584,7 @@ CTpR |bool |doing_taint |int argc|NULLOK char** argv|NULLOK char** env
584
#if defined(USE_ITHREADS)
585
ATod |PerlInterpreter*|perl_clone|NN PerlInterpreter *proto_perl|UV flags
586
# if defined(PERL_IMPLICIT_SYS)
587
-ATo |PerlInterpreter*|perl_clone_using \
+CTo |PerlInterpreter*|perl_clone_using \
588
|NN PerlInterpreter *proto_perl \
589
|UV flags \
590
|NN struct IPerlMem* ipM \
0 commit comments