spielwiese
Last change
on this file since 21a8be was
a7f2cfa,
checked in by Hans Schönemann <hannes@…>, 21 years ago
|
*hannes: gmp-4 adaption
git-svn-id: file:///usr/local/Singular/svn/trunk@6308 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
225 bytes
|
Line | |
---|
1 | /* $Id: mp_gmp.h,v 1.1 2002-11-05 12:01:36 Singular Exp $ */ |
---|
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> |
---|
10 | #define __cplusplus |
---|
11 | } |
---|
12 | #else |
---|
13 | #include <gmp.h> |
---|
14 | #endif |
---|
15 | |
---|
16 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.