summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-03-09 17:47:09 -0600
committerKarl Williamson <khw@cpan.org>2020-03-11 16:54:16 -0600
commitd68c938a1e6c6b4bfe907decbb4929780ee06eae (patch)
treeb8416409df2721642467832a69d15102299ef0bf /embed.fnc
parentfd8ce3da25472276b0923b6f9a6c685b77d63b09 (diff)
downloadperl-d68c938a1e6c6b4bfe907decbb4929780ee06eae.tar.gz
Revert "croak_memory_wrap is an inline function."
This reverts commit 6c714a09cc08600278e72aea1fcdf83576d061b4. croak_memory_wrap is designed to save a few bytes of memory, and was never intended to be inlined. This commit moves it to util.c where the other croak functions are.
Diffstat (limited to 'embed.fnc')
-rw-r--r--embed.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index d45f5fb64a..60c5f3d039 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -2540,7 +2540,7 @@ ATpa |Malloc_t|safesysmalloc |MEM_SIZE nbytes
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
-AirTep |void |croak_memory_wrap
+CrTp |void |croak_memory_wrap
#if defined(PERL_GLOBAL_STRUCT)
Ap |struct perl_vars *|GetVars
Ap |struct perl_vars*|init_global_struct