diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-06-06 00:19:46 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2014-06-06 00:19:46 +0900 |
| commit | b1dd57efa1a1b292021bfe7ba7e4ac14e0b151b9 (patch) | |
| tree | 4be23df168e7efcabdef6e2f34dcd3dffe37c170 /include | |
| parent | cc28f868f157022a6c62129bf938a779a45f39cd (diff) | |
| download | mruby-b1dd57efa1a1b292021bfe7ba7e4ac14e0b151b9.tar.gz mruby-b1dd57efa1a1b292021bfe7ba7e4ac14e0b151b9.zip | |
move IS_EVSTR macro that should be private to src/string.c
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/string.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mruby/string.h b/include/mruby/string.h index dd73f5f1e..51556d177 100644 --- a/include/mruby/string.h +++ b/include/mruby/string.h @@ -11,8 +11,6 @@ extern "C" { #endif -#define IS_EVSTR(p,e) ((p) < (e) && (*(p) == '$' || *(p) == '@' || *(p) == '{')) - extern const char mrb_digitmap[]; #define RSTRING_EMBED_LEN_MAX ((mrb_int)(sizeof(void*) * 3 - 1)) |
