source:
git/kernel/si_gmp.h
@
809ad14
Last change on this file since 809ad14 was 809ad14, checked in by , 18 years ago | |
---|---|
|
|
File size: 286 bytes |
Rev | Line | |
---|---|---|
[809ad14] | 1 | /* $Id: si_gmp.h,v 1.3 2006-01-31 16:32:43 Singular Exp $ */ |
[35aab3] | 2 | |
3 | #ifndef INCL_CF_GMP_H | |
4 | #define INCL_CF_GMP_H | |
5 | ||
[809ad14] | 6 | #if defined(__cplusplus) && defined(__GNUC__) |
[35aab3] | 7 | extern "C" { |
8 | #undef __cplusplus | |
9 | #include <gmp.h> | |
[763bf07] | 10 | #define __cplusplus 1 |
[35aab3] | 11 | } |
12 | #else | |
13 | #include <gmp.h> | |
14 | #endif | |
15 | ||
16 | #endif /* ! INCL_CF_GMP_H */ |
Note: See TracBrowser
for help on using the repository browser.