Permalink
Cannot retrieve contributors at this time
10 lines (9 sloc)
231 Bytes
|
#define require(name) ruby_require_internal(name, (unsigned int)sizeof(name)-1) |
|
int ruby_require_internal(const char *, int); |
|
|
|
void |
|
Init_enc(void) |
|
{ |
|
if (require("enc/encdb.so") == 1) { |
|
require("enc/trans/transdb.so"); |
|
} |
|
} |
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.