Commit 034ef869 authored by Yukihiro Matsumoto's avatar Yukihiro Matsumoto

remove KASH from mruby.h

parent f3fce2ff
......@@ -523,11 +523,6 @@ void mrb_check_type(mrb_state *mrb, mrb_value x, enum mrb_vtype t);
#define ruby_setjmp(env) RUBY_SETJMP(env)
#define ruby_longjmp(env,val) RUBY_LONGJMP(env,val)
#define KHASH 0
#define STHASH 1
#define BASICHASH 2
#define HASH_CLASS_METHOD BASICHASH
typedef enum call_type {
CALL_PUBLIC,
CALL_FCALL,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment