diff 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
line wrap: on
line diff
--- a/src/sysdep.c	Mon Apr 05 21:50:47 2004 +0000
+++ b/src/sysdep.c	Mon Apr 05 22:50:11 2004 +0000
@@ -3635,6 +3635,9 @@
   srand ((unsigned int)arg);
 # endif
 #endif
+#ifdef HAVE_BIGNUM
+  bignum_random_seed ((unsigned long) arg);
+#endif
 }
 
 /*