diff options
author | Karl Williamson <khw@cpan.org> | 2020-03-09 17:47:09 -0600 |
---|---|---|
committer | Karl Williamson <khw@cpan.org> | 2020-03-11 16:54:16 -0600 |
commit | d68c938a1e6c6b4bfe907decbb4929780ee06eae (patch) | |
tree | b8416409df2721642467832a69d15102299ef0bf /embed.fnc | |
parent | fd8ce3da25472276b0923b6f9a6c685b77d63b09 (diff) | |
download | perl-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.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |