summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-06-13 23:16:53 +0900
committerYukihiro Matsumoto <[email protected]>2012-06-13 23:16:53 +0900
commit6919ca61edb2da9ea81217fdc355eef1208a6398 (patch)
tree45db6c83b9331d5bff31308039151539c496f093 /include
parent8004168725dc7e3c6975400c40fc9419a0ffed65 (diff)
downloadmruby-6919ca61edb2da9ea81217fdc355eef1208a6398.tar.gz
mruby-6919ca61edb2da9ea81217fdc355eef1208a6398.zip
stop using strtol (via readint) except in load.c; use custom readint_float
Diffstat (limited to 'include')
-rw-r--r--include/mrbconf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mrbconf.h b/include/mrbconf.h
index f2b23258e..5848eee1a 100644
--- a/include/mrbconf.h
+++ b/include/mrbconf.h
@@ -19,7 +19,6 @@ typedef double mrb_float;
typedef int mrb_int;
typedef intptr_t mrb_sym;
-#define readint(p,base) strtol((p),NULL,(base))
#undef PARSER_DUMP /* do not print out parser state */
//#define PARSER_DUMP /* print out parser state */