spielwiese
Last change
on this file since 3ad8af was
3ad8af,
checked in by Michael Brickenstein <bricken@…>, 21 years ago
|
+ gmp workaround
git-svn-id: file:///usr/local/Singular/svn/trunk@6304 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
328 bytes
|
Line | |
---|
1 | /* emacs edit mode for this file is -*- C++ -*- */ |
---|
2 | /* $Id: cf_gmp.h,v 1.3 2002-11-04 17:06:24 bricken Exp $ */ |
---|
3 | |
---|
4 | #ifndef INCL_CF_GMP_H |
---|
5 | #define INCL_CF_GMP_H |
---|
6 | |
---|
7 | #include <config.h> |
---|
8 | |
---|
9 | extern "C" { |
---|
10 | #ifdef __cplusplus |
---|
11 | #undef __cplusplus |
---|
12 | #include <gmp.h> |
---|
13 | #define __cplusplus |
---|
14 | #else |
---|
15 | #include <gmp.h> |
---|
16 | #endif |
---|
17 | } |
---|
18 | |
---|
19 | #endif /* ! INCL_CF_GMP_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.