Ruby
3.1.3p185 (2022-11-24 revision 1a6b16756e0ba6b95ab71a441357ed5484e33498)
dmydln.c
1
#include "
ruby/ruby.h
"
2
3
NORETURN(
void
*dln_load(
const
char
*));
4
void
*
5
dln_load(
const
char
*file)
6
{
7
rb_loaderror(
"this executable file can't load extension libraries"
);
8
9
UNREACHABLE_RETURN
(NULL);
10
}
UNREACHABLE_RETURN
#define UNREACHABLE_RETURN
Old name of RBIMPL_UNREACHABLE_RETURN.
Definition:
assume.h:31
ruby.h
Generated by
1.9.2