From 0e5958d4043001d242c2677d37a9c7db2bb0bf56 Mon Sep 17 00:00:00 2001 From: Yukihiro Matsumoto Date: Wed, 30 May 2012 21:19:04 +0900 Subject: rename ruby_digitmap to mrb_digitmap --- src/string.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/string.c') diff --git a/src/string.c b/src/string.c index 695b0d01c..83d78ccb9 100644 --- a/src/string.c +++ b/src/string.c @@ -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); -- cgit v1.2.3