mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
This commit was generated by cvs2svn to compensate for changes in r11,
which included commits to RCS files with non-trunk default branches. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
62e41d3f2e
commit
7ea2ceddb8
79 changed files with 8922 additions and 8253 deletions
3
random.c
3
random.c
|
@ -21,7 +21,8 @@ f_srand(argc, argv, obj)
|
|||
VALUE *argv;
|
||||
VALUE obj;
|
||||
{
|
||||
int seed, old;
|
||||
VALUE seed;
|
||||
int old;
|
||||
static int saved_seed;
|
||||
|
||||
if (rb_scan_args(argc, argv, "01", &seed) == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue