Remove TRUE/FALSE definition in C sources. (Reported by #282 but not applied.)

This commit is contained in:
Masaki Muranaka
2012-06-15 16:55:49 +09:00
parent 4913311155
commit 2c93fab066
3 changed files with 0 additions and 24 deletions
-8
View File
@@ -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