mirror of
https://github.com/ruby/ruby.git
synced 2025-08-15 13:39:04 +02:00
Separate miniruby from dmyext.c
This commit is contained in:
parent
04729fe68d
commit
01c7e16c0c
4 changed files with 34 additions and 10 deletions
|
@ -48,6 +48,12 @@ Init_enc(void)
|
|||
rb_encdb_alias("ASCII", "US-ASCII");
|
||||
}
|
||||
|
||||
/* miniruby does not support dynamic loading. */
|
||||
void
|
||||
Init_ext(void)
|
||||
{
|
||||
}
|
||||
|
||||
#include "mini_builtin.c"
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue