stop using strtol (via readint) except in load.c; use custom readint_float

This commit is contained in:
Yukihiro Matsumoto
2012-06-13 23:16:53 +09:00
parent 8004168725
commit 6919ca61ed
3 changed files with 12 additions and 10 deletions
-1
View File
@@ -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 */