mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
changed type of mrb_int to plain int by default
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ typedef double mrb_float;
|
||||
#endif
|
||||
#define readfloat(p) (mrb_float)strtod((p),NULL)
|
||||
|
||||
typedef int32_t mrb_int;
|
||||
typedef int mrb_int;
|
||||
typedef intptr_t mrb_sym;
|
||||
#define readint(p,base) strtol((p),NULL,(base))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user