Mercurial > hg > xemacs-beta
comparison src/number-gmp.c @ 1995:4e6a63799f08
[xemacs-hg @ 2004-04-07 03:48:58 by james]
Fix various ICC warnings and compilation errors.
author | james |
---|---|
date | Wed, 07 Apr 2004 03:49:00 +0000 |
parents | 9c872f33ecbe |
children | 04bc9d2f42c7 |
comparison
equal
deleted
inserted
replaced
1994:cb7f3be19e9f | 1995:4e6a63799f08 |
---|---|
22 | 22 |
23 #include <config.h> | 23 #include <config.h> |
24 #include <limits.h> | 24 #include <limits.h> |
25 #include <math.h> | 25 #include <math.h> |
26 #include "lisp.h" | 26 #include "lisp.h" |
27 #include "sysproc.h" /* For qxe_getpid */ | |
27 | 28 |
28 static mpf_t float_print_min, float_print_max; | 29 static mpf_t float_print_min, float_print_max; |
29 gmp_randstate_t random_state; | 30 gmp_randstate_t random_state; |
30 | 31 |
31 CIbyte * | 32 CIbyte * |