mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove st_hash_type comment
This commit is contained in:
@@ -49,11 +49,6 @@ struct RVarmap {
|
||||
};
|
||||
extern struct RVarmap *ruby_dyna_vars;
|
||||
|
||||
//struct st_hash_type {
|
||||
// int (*compare)();
|
||||
// int (*hash)();
|
||||
//};
|
||||
|
||||
#define mrb_str_ptr(s) ((struct RString*)((s).value.p))
|
||||
#define RSTRING(s) ((struct RString*)((s).value.p))
|
||||
#define RSTRING_PTR(s) (RSTRING(s)->buf)
|
||||
|
||||
Reference in New Issue
Block a user