mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
restructure header files; move non config lines away from mrbconf.h
This commit is contained in:
+3
-1
@@ -32,8 +32,10 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include "mrbconf.h"
|
||||
#include <stdint.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include "mrbconf.h"
|
||||
#include "mruby/value.h"
|
||||
|
||||
typedef uint32_t mrb_code;
|
||||
|
||||
Reference in New Issue
Block a user