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 | 7abb79bf38cf0b0bcef28f9a9061d46a12448094 (patch) | |
| tree | 0f219dd471964334463369bcaec51558077a75c8 /numeric.c | |
| parent | f638f27f6641606d7aa74c553a03feaed291736b (diff) | |
| download | ruby-7abb79bf38cf0b0bcef28f9a9061d46a12448094.tar.gz ruby-7abb79bf38cf0b0bcef28f9a9061d46a12448094.tar.xz ruby-7abb79bf38cf0b0bcef28f9a9061d46a12448094.zip | |
* 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: http://svn.ruby-lang.org/repos/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; |
