summaryrefslogtreecommitdiffhomepage
path: root/src/object.c
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-06-15 08:36:24 +0900
committerYukihiro Matsumoto <[email protected]>2012-06-15 08:36:24 +0900
commit93cabfc18b87d404e98aace2098174372a9afd58 (patch)
tree3110670b06dc7ef69ec4b6dfc2c6d7144bb60366 /src/object.c
parent040b57fae5ab001fdb04271131dbe33a713170d8 (diff)
parentf093ed69aec7a3640484bffbaa01b5e453495406 (diff)
downloadmruby-93cabfc18b87d404e98aace2098174372a9afd58.tar.gz
mruby-93cabfc18b87d404e98aace2098174372a9afd58.zip
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'src/object.c')
-rw-r--r--src/object.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/object.c b/src/object.c
index c9ea3f8eb..a30e7c58a 100644
--- a/src/object.c
+++ b/src/object.c
@@ -11,14 +11,6 @@
#include "mruby/class.h"
#include "mruby/numeric.h"
-#ifndef FALSE
-#define FALSE 0
-#endif
-
-#ifndef TRUE
-#define TRUE 1
-#endif
-
int
mrb_obj_eq(mrb_state *mrb, mrb_value v1, mrb_value v2)
{