Ruby
2.0.0p247(2013-06-27revision41674)
|
00001 #include "ruby/ruby.h" 00002 00003 void* 00004 dln_load(const char *file) 00005 { 00006 rb_loaderror("this executable file can't load extension libraries"); 00007 00008 UNREACHABLE; 00009 } 00010