The Wayback Machine - https://web.archive.org/web/20210728044045/https://github.com/ruby/ruby/blob/master/dmydln.c
Skip to content
Permalink
master
Switch branches/tags
Go to file
 
 
Cannot retrieve contributors at this time
#include "ruby/ruby.h"
NORETURN(void *dln_load(const char *));
void*
dln_load(const char *file)
{
rb_loaderror("this executable file can't load extension libraries");
UNREACHABLE_RETURN(NULL);
}