source: git/libpolys/coeffs/si_gmp.h @ 2111465

spielwiese
Last change on this file since 2111465 was 2111465, checked in by Martin Lee <martinlee84@…>, 13 years ago
switched on HAVE_FACTORY in auxiliary.h.in deleted include of cf_gmp.h in si_gmp.h
  • Property mode set to 100644
File size: 236 bytes
Line 
1/* $Id$ */
2
3#ifndef INCL_CF_GMP_H
4#define INCL_CF_GMP_H
5
6#if defined(__cplusplus) && defined(__GNUC__)
7extern "C" {
8#undef __cplusplus
9#include <gmp.h>
10}
11#define __cplusplus 1
12#else
13#include <gmp.h>
14#endif
15
16#endif /* ! INCL_CF_GMP_H */
Note: See TracBrowser for help on using the repository browser.