mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Rename STR_BUF_MIN_SIZE to MRB_STR_BUF_MIN_SIZE. Make it configurable.
This commit is contained in:
@@ -13,8 +13,6 @@ extern "C" {
|
||||
|
||||
#define IS_EVSTR(p,e) ((p) < (e) && (*(p) == '$' || *(p) == '@' || *(p) == '{'))
|
||||
|
||||
#define STR_BUF_MIN_SIZE 128
|
||||
|
||||
extern const char mrb_digitmap[];
|
||||
|
||||
typedef struct mrb_shared_string {
|
||||
|
||||
Reference in New Issue
Block a user