spielwiese
Last change
on this file since 9d53d0 was
9d53d0,
checked in by Hans Schoenemann <hannes@…>, 12 years ago
|
fix includes for C-files
|
-
Property mode set to
100644
|
File size:
251 bytes
|
Line | |
---|
1 | #ifndef CF_GMP_H |
---|
2 | #define CF_GMP_H |
---|
3 | |
---|
4 | |
---|
5 | #ifdef _cplusplus |
---|
6 | #define __cplusplus_backup __cplusplus |
---|
7 | #undef __cplusplus |
---|
8 | extern "C" { |
---|
9 | #include <gmp.h> |
---|
10 | } |
---|
11 | #define __cplusplus __cplusplus_backup |
---|
12 | #else |
---|
13 | #include <gmp.h> |
---|
14 | #endif |
---|
15 | |
---|
16 | |
---|
17 | #endif /* CF_GMP_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.