summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-07-22 05:38:37 -0600
committerKarl Williamson <khw@cpan.org>2020-12-20 09:28:07 -0700
commitdcb0f7c312e02aa1c22eedb5fd02a62922a9083b (patch)
treecd7e47af65ce2ef3603357aba0a350d0eac9eaf5 /embed.fnc
parenteb0353e2530a3b0f6e4e636509e31138727fdd52 (diff)
downloadperl-dcb0f7c312e02aa1c22eedb5fd02a62922a9083b.tar.gz
embed.fnc: Mark runops_debug, runops_standard as Core only
These are internal functions to run the program; there are no cpan uses
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed.fnc b/embed.fnc
index e608df16c5..425ff7a0aa 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2653,8 +2653,8 @@ ATpa |Malloc_t|safesyscalloc |MEM_SIZE elements|MEM_SIZE size
ATpR |Malloc_t|safesysrealloc|Malloc_t where|MEM_SIZE nbytes
ATp |Free_t |safesysfree |Malloc_t where
CrTp |void |croak_memory_wrap
-Ap |int |runops_standard
-Ap |int |runops_debug
+Cp |int |runops_standard
+Cp |int |runops_debug
Afpd |void |sv_catpvf_mg |NN SV *const sv|NN const char *const pat|...
Apd |void |sv_vcatpvf_mg |NN SV *const sv|NN const char *const pat \
|NULLOK va_list *const args