source: git/factory/cf_gmp.h @ 769f28

spielwiese
Last change on this file since 769f28 was 769f28, checked in by Mohamed Barakat <mohamed.barakat@…>, 13 years ago
- fixed --with-gmp in factory/configure.in to be compatible with gmp macro - added factory to the build process - include cf_factory.h in cf_gcd.cc - do not generate cf_gmp.h but replace with a wrapper around gmp.h
  • Property mode set to 100644
File size: 129 bytes
Line 
1#define __cplusplus_backup __cplusplus
2#undef __cplusplus
3extern "C" {
4#include <gmp.h>
5}
6#define __cplusplus __cplusplus_backup
Note: See TracBrowser for help on using the repository browser.