mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
remove ruby_strdup() prototype
This commit is contained in:
@@ -58,7 +58,6 @@ struct kh_ht * mrb_hash_tbl(mrb_state *mrb, mrb_value hash);
|
||||
#define MRB_HASH_PROC_DEFAULT 256
|
||||
#define MRB_RHASH_PROCDEFAULT_P(h) (RHASH(h)->flags & MRB_HASH_PROC_DEFAULT)
|
||||
|
||||
char * ruby_strdup(const char *str);
|
||||
void mrb_reset_random_seed(void);
|
||||
mrb_value mrb_obj_is_proc(mrb_value proc);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user