spielwiese
Last change
on this file since 36faf9 was
36faf9,
checked in by Hans Schönemann <hannes@…>, 17 years ago
|
*hannes: C++ and gmp again
git-svn-id: file:///usr/local/Singular/svn/trunk@9092 2c84dea3-7e68-4137-9b89-c4e89433aadc
|
-
Property mode set to
100644
|
File size:
336 bytes
|
Line | |
---|
1 | /* emacs edit mode for this file is -*- C++ -*- */ |
---|
2 | /* $Id: cf_gmp.h,v 1.6 2006-05-02 16:49:54 Singular Exp $ */ |
---|
3 | |
---|
4 | #ifndef INCL_CF_GMP_H |
---|
5 | #define INCL_CF_GMP_H |
---|
6 | |
---|
7 | #ifdef __cplusplus |
---|
8 | extern "C" { |
---|
9 | #undef __cplusplus |
---|
10 | #define _WCHAR_T_DECLARED |
---|
11 | #include <gmp.h> |
---|
12 | #define __cplusplus 1 |
---|
13 | } |
---|
14 | #else |
---|
15 | #include <gmp.h> |
---|
16 | #endif |
---|
17 | |
---|
18 | #endif /* ! INCL_CF_GMP_H */ |
---|
Note: See
TracBrowser
for help on using the repository browser.