summaryrefslogtreecommitdiffhomepage
path: root/src/string.c
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2012-06-15 06:59:28 -0700
committerYukihiro "Matz" Matsumoto <[email protected]>2012-06-15 06:59:28 -0700
commita91b8ade8e6c91964e546d213def0d4120bd2f5c (patch)
treef51fac19c6a3435f03b2fc9c5645fc326f356c45 /src/string.c
parent5353b8555cac47f1615899e5622acb411a501eab (diff)
parent2c93fab066c55a64e77bb5a7b593553a4ae61075 (diff)
downloadmruby-a91b8ade8e6c91964e546d213def0d4120bd2f5c.tar.gz
mruby-a91b8ade8e6c91964e546d213def0d4120bd2f5c.zip
Merge pull request #288 from monaka/pr-remove-some-redundant-code-2
Remove some redundant code. (second try)
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