mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
b38c0b7974
* ext/json/parser/parser.rl: raise with messages in UTF-8 encoding. [ruby-core:67386] [Bug #10705] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50342 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
5 lines
87 B
Ruby
5 lines
87 B
Ruby
require 'mkmf'
|
|
|
|
have_func("rb_enc_raise", "ruby.h")
|
|
|
|
create_makefile 'json/ext/parser'
|