diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-05-01 18:17:58 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-05-01 18:17:58 +0900 |
| commit | 4fd260489e63021a46370656cf2f61573e553a17 (patch) | |
| tree | 0fbaebc893e7a4e5ba2eed43d47e376b35df1e16 /include | |
| parent | 4390ff1260f713072e9639ff65b010cf37888ab4 (diff) | |
| download | mruby-4fd260489e63021a46370656cf2f61573e553a17.tar.gz mruby-4fd260489e63021a46370656cf2f61573e553a17.zip | |
remove ruby_strdup() prototype
Diffstat (limited to 'include')
| -rw-r--r-- | include/mruby/hash.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/mruby/hash.h b/include/mruby/hash.h index 387da69d5..94f6a693f 100644 --- a/include/mruby/hash.h +++ b/include/mruby/hash.h @@ -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); |
