mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Merge pull request #178 from monaka/pr-avoid-redundant-redeclaration-20110522
Avoid warning: redundant redeclaration of ‘OnigEncDefaultCharEncoding’
This commit is contained in:
@@ -15,8 +15,6 @@ extern "C" {
|
||||
|
||||
#ifndef ONIG_RUBY_M17N
|
||||
|
||||
ONIG_EXTERN OnigEncoding OnigEncDefaultCharEncoding;
|
||||
|
||||
#define mbclen(p,e,enc) mrb_enc_mbclen((p),(e),(enc))
|
||||
|
||||
#endif /* ifndef ONIG_RUBY_M17N */
|
||||
|
||||
Reference in New Issue
Block a user