source:
git/MP/MP/mp_gmp.h
@
45e70f
Last change on this file since 45e70f was 45e70f, checked in by , 18 years ago | |
---|---|
|
|
File size: 227 bytes |
Rev | Line | |
---|---|---|
[45e70f] | 1 | /* $Id: mp_gmp.h,v 1.2 2005-07-29 10:57:05 Singular Exp $ */ |
[a7f2cfa] | 2 | |
3 | #ifndef MP_GMP_H | |
4 | #define MP_GMP_H | |
5 | ||
6 | #ifdef __cplusplus | |
7 | extern "C" { | |
8 | #undef __cplusplus | |
9 | #include <gmp.h> | |
[45e70f] | 10 | #define __cplusplus 1 |
[a7f2cfa] | 11 | } |
12 | #else | |
13 | #include <gmp.h> | |
14 | #endif | |
15 | ||
16 | #endif |
Note: See TracBrowser
for help on using the repository browser.