source: git/libpolys/coeffs/si_gmp.h @ 0461f0

spielwiese
Last change on this file since 0461f0 was ed47edf, checked in by Hans Schoenemann <hannes@…>, 13 years ago
fix typo
  • Property mode set to 100644
File size: 291 bytes
Line 
1/* $Id$ */
2
3#ifndef SI_GMP_H
4#define SI_GMP_H
5
6#if defined(__cplusplus) && defined(__GNUC__)
7  #define __cplusplus_backup __cplusplus
8  #undef __cplusplus
9  extern "C" {
10  #include <gmp.h>
11  }
12  #define __cplusplus __cplusplus_backup
13#else
14  #include <gmp.h>
15#endif
16
17#endif /* ! SI_GMP_H */
Note: See TracBrowser for help on using the repository browser.