rename ruby_digitmap to mrb_digitmap

This commit is contained in:
Yukihiro Matsumoto
2012-05-30 21:19:04 +09:00
parent 1ac22054bc
commit 0e5958d404
4 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -33,7 +33,7 @@
#define TRUE 1
#endif
const char ruby_digitmap[] = "0123456789abcdefghijklmnopqrstuvwxyz";
const char mrb_digitmap[] = "0123456789abcdefghijklmnopqrstuvwxyz";
#ifdef INCLUDE_REGEXP
static mrb_value get_pat(mrb_state *mrb, mrb_value pat, mrb_int quote);