Mercurial > hg > xemacs-beta
comparison src/sysdep.c @ 1983:9c872f33ecbe
[xemacs-hg @ 2004-04-05 22:49:31 by james]
Add bignum, ratio, and bigfloat support.
author | james |
---|---|
date | Mon, 05 Apr 2004 22:50:11 +0000 |
parents | a8d8f419b459 |
children | fd0cbe945410 |
comparison
equal
deleted
inserted
replaced
1982:a748951fd4fb | 1983:9c872f33ecbe |
---|---|
3632 # ifdef HAVE_LRAND48 | 3632 # ifdef HAVE_LRAND48 |
3633 srand48 (arg); | 3633 srand48 (arg); |
3634 # else | 3634 # else |
3635 srand ((unsigned int)arg); | 3635 srand ((unsigned int)arg); |
3636 # endif | 3636 # endif |
3637 #endif | |
3638 #ifdef HAVE_BIGNUM | |
3639 bignum_random_seed ((unsigned long) arg); | |
3637 #endif | 3640 #endif |
3638 } | 3641 } |
3639 | 3642 |
3640 /* | 3643 /* |
3641 * Build a full Emacs-sized word out of whatever we've got. | 3644 * Build a full Emacs-sized word out of whatever we've got. |