mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
move IS_EVSTR macro that should be private to src/string.c
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user