source: git/factory/cf_gmp.h @ daa556

spielwiese
Last change on this file since daa556 was daa556, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
FIX: cf_gmp.h should be included after asser.h.... ??!?!
  • Property mode set to 100644
File size: 190 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.