diff options
| author | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-20 02:56:22 +0000 |
|---|---|---|
| committer | ocean <ocean@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-10-20 02:56:22 +0000 |
| commit | 395f9f5ebfa4ecfa75cc272c9538cce151145d70 (patch) | |
| tree | 9d8ab881107e020f52199577ee3d6a80306078a1 /hash.c | |
| parent | f8f4a09e312afc9816e282c83449615ed146ea50 (diff) | |
| download | ruby-395f9f5ebfa4ecfa75cc272c9538cce151145d70.tar.gz ruby-395f9f5ebfa4ecfa75cc272c9538cce151145d70.tar.xz ruby-395f9f5ebfa4ecfa75cc272c9538cce151145d70.zip | |
* class.c, eval.c, hash.c, st.c, variable.c: changed /* ??? */ stuff
protoize generated to ANYARGS.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9428 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'hash.c')
| -rw-r--r-- | hash.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -119,7 +119,7 @@ foreach_safe_i(st_data_t key, st_data_t value, struct foreach_safe_arg *arg) } void -st_foreach_safe(st_table *table, int (*func) (/* ??? */), st_data_t a) +st_foreach_safe(st_table *table, int (*func)(ANYARGS), st_data_t a) { struct foreach_safe_arg arg; @@ -185,7 +185,7 @@ hash_foreach_call(struct hash_foreach_arg *arg) } void -rb_hash_foreach(VALUE hash, int (*func) (/* ??? */), VALUE farg) +rb_hash_foreach(VALUE hash, int (*func)(ANYARGS), VALUE farg) { struct hash_foreach_arg arg; |
