mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Should not use mrb_float if MRB_NO_FLOAT is defined; fix #5185
This commit is contained in:
@@ -34,7 +34,9 @@ typedef struct mrb_pool_value {
|
||||
#if defined(MRB_64BIT) || defined(MRB_INT64)
|
||||
int64_t i64;
|
||||
#endif
|
||||
#ifndef MRB_NO_FLOAT
|
||||
mrb_float f;
|
||||
#endif
|
||||
} u;
|
||||
} mrb_pool_value;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user