Files
mruby-mruby/mrbgems/mruby-compiler/core
dearblue 5a57602860 Organize the include of header files
- `#include <math.h>` is done in `mruby.h`.
  Eliminate the need to worry about the `MRB_NO_FLOAT` macro.

- Include mruby header files before standard header files.
  If the standard header file is already placed before `mruby.h`, the standard header file added in the future tends to be placed before `mruby.h`.

This change should some reduce the chances of macros that must be defined becoming undefined in C++ or including problematic header files in a particular mruby build configuration.
2021-08-21 15:42:57 +09:00
..
2021-08-21 15:42:57 +09:00
2021-03-01 10:06:17 +10:00
2019-12-09 20:50:41 +09:00
2021-07-26 11:46:22 +09:00
2021-07-26 11:46:22 +09:00