summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2019-05-28 20:52:07 -0600
committerKarl Williamson <khw@cpan.org>2019-05-30 18:13:29 -0600
commit6c714a09cc08600278e72aea1fcdf83576d061b4 (patch)
tree1005a156d04c24a9b1f0e26f8ce826de017715c1 /proto.h
parent45b29440d38be155c5177c8d6f9a5d4e7c2c098c (diff)
downloadperl-6c714a09cc08600278e72aea1fcdf83576d061b4.tar.gz
croak_memory_wrap is an inline function.
Update embed.fnc to correspond
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 74a8e46ab7..3126397f0a 100644
--- a/proto.h
+++ b/proto.h
@@ -619,7 +619,7 @@ PERL_CALLCONV_NO_RET void Perl_croak_caller(const char* pat, ...)
__attribute__noreturn__
__attribute__format__null_ok__(__printf__,1,2);
-PERL_STATIC_NO_RET void S_croak_memory_wrap(void)
+PERL_STATIC_INLINE_NO_RET void S_croak_memory_wrap(void)
__attribute__noreturn__;
PERL_CALLCONV_NO_RET void Perl_croak_no_mem(void)