mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Init function is need to link statically
This commit is contained in:
parent
53b3be5d58
commit
162cf2879a
1 changed files with 5 additions and 0 deletions
|
@ -1,5 +1,10 @@
|
|||
#include "regenc.h"
|
||||
|
||||
void
|
||||
Init_gb2312(void)
|
||||
{
|
||||
}
|
||||
|
||||
ENC_REPLICATE("GB2312", "EUC-KR")
|
||||
ENC_ALIAS("EUC-CN", "GB2312")
|
||||
ENC_ALIAS("eucCN", "GB2312")
|
||||
|
|
Loading…
Reference in a new issue