summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-05-30 21:19:04 +0900
committerYukihiro Matsumoto <[email protected]>2012-05-30 21:19:04 +0900
commit0e5958d4043001d242c2677d37a9c7db2bb0bf56 (patch)
treeaf213f62e6891e7ab0678251671c043fcd7968e7 /include
parent1ac22054bcaf177770a98d293e2d6016b7c0d695 (diff)
downloadmruby-0e5958d4043001d242c2677d37a9c7db2bb0bf56.tar.gz
mruby-0e5958d4043001d242c2677d37a9c7db2bb0bf56.zip
rename ruby_digitmap to mrb_digitmap
Diffstat (limited to 'include')
-rw-r--r--include/mruby/string.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/mruby/string.h b/include/mruby/string.h
index 7050957bd..08dd306e8 100644
--- a/include/mruby/string.h
+++ b/include/mruby/string.h
@@ -24,9 +24,8 @@ extern "C" {
#define mrb_str_new4 mrb_str_new_frozen
#define STR_BUF_MIN_SIZE 128
-//#define RSTRING_EMBED_LEN_MAX STR_BUF_MIN_SIZE
-extern const char ruby_digitmap[];
+extern const char mrb_digitmap[];
struct RString {
MRUBY_OBJECT_HEADER;