comparison src/number-gmp.h @ 2286:04bc9d2f42c7

[xemacs-hg @ 2004-09-20 19:18:55 by james] Mark all unused parameters as unused. Also eliminate some unneeded local variables.
author james
date Mon, 20 Sep 2004 19:20:08 +0000
parents 9c872f33ecbe
children 9f70af3ac939
comparison
equal deleted inserted replaced
2285:914c5afaac33 2286:04bc9d2f42c7
26 bigfloat = mpf_t 26 bigfloat = mpf_t
27 */ 27 */
28 28
29 #ifndef INCLUDED_number_gmp_h_ 29 #ifndef INCLUDED_number_gmp_h_
30 #define INCLUDED_number_gmp_h_ 30 #define INCLUDED_number_gmp_h_
31
32 #ifdef UNO
33 /* Uno complains about several inline functions that include conditions with
34 assignments and side effects if we don't do this */
35 #undef __GNUC__
36 #endif
31 37
32 #include <gmp.h> 38 #include <gmp.h>
33 39
34 typedef mpz_t bignum; 40 typedef mpz_t bignum;
35 typedef mpq_t ratio; 41 typedef mpq_t ratio;