mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
ibf_dump_object_unsupported marked as NORETURN
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61913 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
414c09015c
commit
213782d071
1 changed files with 2 additions and 0 deletions
|
|
@ -8828,6 +8828,8 @@ struct ibf_object_symbol {
|
|||
#define IBF_OBJHEADER(offset) (struct ibf_object_header *)(load->buff + (offset))
|
||||
#define IBF_OBJBODY(type, offset) (type *)(load->buff + sizeof(struct ibf_object_header) + (offset))
|
||||
|
||||
NORETURN(static void ibf_dump_object_unsupported(struct ibf_dump *dump, VALUE obj));
|
||||
|
||||
static void
|
||||
ibf_dump_object_unsupported(struct ibf_dump *dump, VALUE obj)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue