Changeset 809ad14 in git
- Timestamp:
- Jan 31, 2006, 5:32:43 PM (17 years ago)
- Branches:
- (u'spielwiese', '91fdef05f09f54b8d58d92a472e9c4a43aa4656f')
- Children:
- 893092105917f42eaa276e64daa72cd47ebaccce
- Parents:
- d6ad26f1921cfe5da3d4ad1cc331ba05ba91d7b1
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
IntegerProgramming/si_gmp.h
rd6ad26f r809ad14 1 /* $Id: si_gmp.h,v 1. 2 2006-01-31 15:08:10Singular Exp $ */1 /* $Id: si_gmp.h,v 1.3 2006-01-31 16:31:52 Singular Exp $ */ 2 2 3 3 #ifndef INCL_CF_GMP_H 4 4 #define INCL_CF_GMP_H 5 5 6 #if defined(__cplusplus) && defined(__GNUC__) 7 extern "C" { 8 #undef __cplusplus 6 9 #include <gmp.h> 10 #define __cplusplus 1 11 } 12 #else 13 #include <gmp.h> 14 #endif 7 15 8 16 #endif /* ! INCL_CF_GMP_H */ -
Singular/si_gmp.h
rd6ad26f r809ad14 1 /* $Id: si_gmp.h,v 1. 2 2002-11-26 13:54:40Singular Exp $ */1 /* $Id: si_gmp.h,v 1.3 2006-01-31 16:32:33 Singular Exp $ */ 2 2 3 3 #ifndef INCL_CF_GMP_H 4 4 #define INCL_CF_GMP_H 5 5 6 #if def __cplusplus6 #if defined(__cplusplus) && defined(__GNUC__) 7 7 extern "C" { 8 8 #undef __cplusplus 9 9 #include <gmp.h> 10 #define __cplusplus 10 #define __cplusplus 1 11 11 } 12 12 #else -
kernel/si_gmp.h
rd6ad26f r809ad14 1 /* $Id: si_gmp.h,v 1. 2 2005-07-29 10:57:49Singular Exp $ */1 /* $Id: si_gmp.h,v 1.3 2006-01-31 16:32:43 Singular Exp $ */ 2 2 3 3 #ifndef INCL_CF_GMP_H 4 4 #define INCL_CF_GMP_H 5 5 6 #if def __cplusplus6 #if defined(__cplusplus) && defined(__GNUC__) 7 7 extern "C" { 8 8 #undef __cplusplus
Note: See TracChangeset
for help on using the changeset viewer.