spielwiese
Last change
on this file since f478f5b was
f478f5b,
checked in by Hans Schoenemann <hannes@…>, 12 years ago
|
includes for tgb.cc
|
-
Property mode set to
100644
|
File size:
252 bytes
|
Line | |
---|
1 | #ifndef SI_GMP_H |
---|
2 | #define SI_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 /* SI_GMP_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.