diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-05-29 02:01:03 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2015-05-29 02:01:03 +0900 |
| commit | 55fed387a991c984ea2988b733ec42ebccfaaf2a (patch) | |
| tree | 0dc3a57896a4f88391df9e986542edf5b5ff8f9b /mrbgems/mruby-string-utf8/src | |
| parent | b1871cf446a5cde128f8601b5517a8760af67940 (diff) | |
| parent | 2ee84eb3dfdea45a254d53fbd76576f3bfb57728 (diff) | |
| download | mruby-55fed387a991c984ea2988b733ec42ebccfaaf2a.tar.gz mruby-55fed387a991c984ea2988b733ec42ebccfaaf2a.zip | |
Merge pull request #2806 from cremno/simplify-mruby-ctype-macros
mruby.h: simplify ctype-like macros
Diffstat (limited to 'mrbgems/mruby-string-utf8/src')
| -rw-r--r-- | mrbgems/mruby-string-utf8/src/string.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mrbgems/mruby-string-utf8/src/string.c b/mrbgems/mruby-string-utf8/src/string.c index ef9457195..e21101df9 100644 --- a/mrbgems/mruby-string-utf8/src/string.c +++ b/mrbgems/mruby-string-utf8/src/string.c @@ -5,7 +5,6 @@ #include "mruby/range.h" #include "mruby/numeric.h" #include "mruby/re.h" -#include <ctype.h> #include <string.h> static const char utf8len_codepage[256] = |
