summaryrefslogtreecommitdiffhomepage
path: root/src/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/string.c')
-rw-r--r--src/string.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/string.c b/src/string.c
index 566c056cf..6392b504c 100644
--- a/src/string.c
+++ b/src/string.c
@@ -22,14 +22,6 @@
#include "st.h"
#endif //ENABLE_REGEXP
-#ifndef FALSE
-#define FALSE 0
-#endif
-
-#ifndef TRUE
-#define TRUE 1
-#endif
-
const char mrb_digitmap[] = "0123456789abcdefghijklmnopqrstuvwxyz";
#ifdef ENABLE_REGEXP