summaryrefslogtreecommitdiff
path: root/numeric.c
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-28 14:42:46 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-09-28 14:42:46 +0000
commite594bf57d86fa288404a842d9b7b86b28e89d9ad (patch)
tree0f219dd471964334463369bcaec51558077a75c8 /numeric.c
parent1141f008a8b740f40edf7413dabb5abdeb59b64b (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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/numeric.c b/numeric.c
index eb528e9322..ca61ebdb41 100644
--- a/numeric.c
+++ b/numeric.c
@@ -198,6 +198,7 @@ num_sadded(x, name)
return Qnil; /* not reached */
}
+/* :nodoc: */
static VALUE
num_init_copy(x, y)
VALUE x, y;