mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove TRUE/FALSE definition in C sources. (Reported by #282 but not applied.)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user