diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-28 14:42:46 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-09-28 14:42:46 +0000 |
commit | e594bf57d86fa288404a842d9b7b86b28e89d9ad (patch) | |
tree | 0f219dd471964334463369bcaec51558077a75c8 /numeric.c | |
parent | 1141f008a8b740f40edf7413dabb5abdeb59b64b (diff) |
* class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy),
numeric.c (num_init_copy), object.c (rb_obj_init_copy, Init_Object),
re.c (match_init_copy, rb_reg_init_copy), time.c (time_init_copy):
undocumented.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9332 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'numeric.c')
-rw-r--r-- | numeric.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -198,6 +198,7 @@ num_sadded(x, name) return Qnil; /* not reached */ } +/* :nodoc: */ static VALUE num_init_copy(x, y) VALUE x, y; |