Commit 0dc183b8 authored by Yukihiro "Matz" Matsumoto's avatar Yukihiro "Matz" Matsumoto

Merge pull request #178 from monaka/pr-avoid-redundant-redeclaration-20110522

Avoid warning: redundant redeclaration of ‘OnigEncDefaultCharEncoding’
parents 618697cb a3f9ee0b
...@@ -15,8 +15,6 @@ extern "C" { ...@@ -15,8 +15,6 @@ extern "C" {
#ifndef ONIG_RUBY_M17N #ifndef ONIG_RUBY_M17N
ONIG_EXTERN OnigEncoding OnigEncDefaultCharEncoding;
#define mbclen(p,e,enc) mrb_enc_mbclen((p),(e),(enc)) #define mbclen(p,e,enc) mrb_enc_mbclen((p),(e),(enc))
#endif /* ifndef ONIG_RUBY_M17N */ #endif /* ifndef ONIG_RUBY_M17N */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment