Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/number-gmp.h Mon Sep 20 19:11:29 2004 +0000 +++ b/src/number-gmp.h Mon Sep 20 19:20:08 2004 +0000 @@ -29,6 +29,12 @@ #ifndef INCLUDED_number_gmp_h_ #define INCLUDED_number_gmp_h_ +#ifdef UNO +/* Uno complains about several inline functions that include conditions with + assignments and side effects if we don't do this */ +#undef __GNUC__ +#endif + #include <gmp.h> typedef mpz_t bignum;