Changeset 1dca8ad in git
- Timestamp:
- Nov 4, 2002, 6:37:03 PM (21 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 46cabe8b835c1f035c815d020c47b2ca632600a9
- Parents:
- beab83786aafc2409d275adfead8e069219a9ef6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/mpr_complex.h
rbeab83 r1dca8ad 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: mpr_complex.h,v 1.1 8 2001-10-09 16:36:10 SingularExp $ */6 /* $Id: mpr_complex.h,v 1.19 2002-11-04 17:37:03 bricken Exp $ */ 7 7 8 8 /* … … 15 15 // must have gmp version >= 2 16 16 extern "C" { 17 #ifdef __cplusplus 18 #undef __cplusplus 17 19 #include <gmp.h> 20 #define __cplusplus 21 #else 22 #include <gmp.h> 23 #endif 18 24 } 19 25 #include "numbers.h"
Note: See TracChangeset
for help on using the changeset viewer.