mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
mrb_long2int(n) : Remove as unused.
defines.h : Remove as already commented out.
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
#include "mruby/struct.h"
|
||||
#include "mruby/array.h"
|
||||
#include <stdarg.h>
|
||||
//#include "defines.h"
|
||||
|
||||
#ifdef ENABLE_REGEXP
|
||||
#include "encoding.h"
|
||||
@@ -20,8 +19,6 @@
|
||||
#include "mruby/string.h"
|
||||
#include "mruby/class.h"
|
||||
#include "mruby/variable.h"
|
||||
//#include "defines.h"
|
||||
#define mrb_long2int(n) ((int)(n))
|
||||
|
||||
|
||||
static struct RClass *
|
||||
|
||||
Reference in New Issue
Block a user