From b1dd57efa1a1b292021bfe7ba7e4ac14e0b151b9 Mon Sep 17 00:00:00 2001 From: "Yukihiro \"Matz\" Matsumoto" Date: Fri, 6 Jun 2014 00:19:46 +0900 Subject: move IS_EVSTR macro that should be private to src/string.c --- include/mruby/string.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include') 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)) -- cgit v1.2.3