diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-06-15 08:36:24 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-06-15 08:36:24 +0900 |
| commit | 93cabfc18b87d404e98aace2098174372a9afd58 (patch) | |
| tree | 3110670b06dc7ef69ec4b6dfc2c6d7144bb60366 /src/hash.c | |
| parent | 040b57fae5ab001fdb04271131dbe33a713170d8 (diff) | |
| parent | f093ed69aec7a3640484bffbaa01b5e453495406 (diff) | |
| download | mruby-93cabfc18b87d404e98aace2098174372a9afd58.tar.gz mruby-93cabfc18b87d404e98aace2098174372a9afd58.zip | |
Merge branch 'master' of github.com:mruby/mruby
Diffstat (limited to 'src/hash.c')
| -rw-r--r-- | src/hash.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/hash.c b/src/hash.c index 4a85fcec3..fe5336dc1 100644 --- a/src/hash.c +++ b/src/hash.c @@ -33,14 +33,6 @@ mrb_hash_ht_hash_equal(mrb_state *mrb, mrb_value a, mrb_value b) KHASH_INIT(ht, mrb_value, mrb_value, 1, mrb_hash_ht_hash_func, mrb_hash_ht_hash_equal); -#ifndef FALSE -#define FALSE 0 -#endif - -#ifndef TRUE -#define TRUE 1 -#endif - static void mrb_hash_modify(mrb_state *mrb, mrb_value hash); static inline mrb_value |
