cf_gmp.h
Go to the documentation of this file.
1 #ifndef SI_GMP_H
2 #define SI_GMP_H
3 
4 /*
5 #ifdef __cplusplus
6 // #define __cplusplus_backup __cplusplus
7 
8 # ifdef DISABLE_GMP_CPP
9 # undef __cplusplus
10 extern "C"
11 {
12 */
13 
14 # include <gmp.h>
15 /*
16 }
17  #include <factory/cplusplus.h>
18 #else
19  #include <gmp.h>
20 #endif
21 // #define __cplusplus __cplusplus_backup
22 #else
23  #include <gmp.h>
24 #endif
25 */
26 
27 
28 #endif /* SI_GMP_H */