diff options
| author | crimsonwoods <[email protected]> | 2012-06-19 23:00:29 +0900 |
|---|---|---|
| committer | crimsonwoods <[email protected]> | 2012-06-19 23:00:29 +0900 |
| commit | cd68190480785430b8e350d9a5d2127ab04e1074 (patch) | |
| tree | 7eadae1a18883d9a3e99fc84da49b2d35c02fd3c /src/class.c | |
| parent | 7744315d88ceea6cb4e233506ba9b97693b68569 (diff) | |
| download | mruby-cd68190480785430b8e350d9a5d2127ab04e1074.tar.gz mruby-cd68190480785430b8e350d9a5d2127ab04e1074.zip | |
split declaration and definition for 'khash_xxx'.
Diffstat (limited to 'src/class.c')
| -rw-r--r-- | src/class.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/class.c b/src/class.c index df02a832a..434ecb037 100644 --- a/src/class.c +++ b/src/class.c @@ -17,9 +17,6 @@ #include "mruby/khash.h" -KHASH_INIT(mt, mrb_sym, struct RProc*, 1, kh_int_hash_func, kh_int_hash_equal) -KHASH_INIT(iv, mrb_sym, mrb_value, 1, kh_int_hash_func, kh_int_hash_equal) - typedef struct fc_result { mrb_sym name; struct RClass * klass; |
