Go to the documentation of this file.
4 #define QUOTEME(x) QUOTEME_(x)
10 printf(
"#ifndef __cplusplus \n" );
11 printf(
"/*BEWARE: this fix can lead to problems if cf_gmp.h is publicly installed, while mixing different (versions of) compilers!!!*/\n" );
12 printf(
"#define __cplusplus %s\n",
QUOTEME( __cplusplus ));
13 printf(
"#endif /*__cplusplus*/\n" );