source: git/factory/cf_gmp.h @ 650f2d8

spielwiese
Last change on this file since 650f2d8 was 1983c3, checked in by Hans Schoenemann <hannes@…>, 13 years ago
removed unused global vars from modulop.cc fix for coeffs/test-g
  • Property mode set to 100644
File size: 189 bytes
Line 
1#ifndef CF_GMP_H
2#define CF_GMP_H
3
4
5#define __cplusplus_backup __cplusplus
6#undef __cplusplus
7extern "C" {
8#include <gmp.h>
9}
10#define __cplusplus __cplusplus_backup
11
12
13#endif /* CF_GMP_H */
Note: See TracBrowser for help on using the repository browser.