source: git/libpolys/coeffs/si_gmp.h @ 0acf3e

spielwiese
Last change on this file since 0acf3e was dc4782, checked in by Hans Schoenemann <hannes@…>, 10 years ago
chg: factory/libfac is not optional, removing HAVE_FACTORY/HAVE_LIBFAC
  • Property mode set to 100644
File size: 427 bytes
Line 
1#ifndef COEFFS_SI_GMP_H
2#define COEFFS_SI_GMP_H
3
4#include <stddef.h>
5
6// just assume that factory have been built (cplusplus.h!)
7// instead of duplicating cf_gmp.h here for now...
8#include <factory/cf_gmp.h>
9
10#ifndef mpz_size1
11// This is taken from longrat.h: it seems to be generally GMP-related
12#define mpz_size1(A) (ABS((A)->_mp_size))
13//#define mpz_size1(A) mpz_size(A)
14#endif // mpz_size1
15
16
17#endif /* ! COEFFS_SI_GMP_H */
Note: See TracBrowser for help on using the repository browser.