mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
stop using strtol (via readint) except in load.c; use custom readint_float
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user