Changeset 809ad14 in git for IntegerProgramming
- Timestamp:
- Jan 31, 2006, 5:32:43 PM (17 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 893092105917f42eaa276e64daa72cd47ebaccce
- Parents:
- d6ad26f1921cfe5da3d4ad1cc331ba05ba91d7b1
- File:
-
- 1 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 */
Note: See TracChangeset
for help on using the changeset viewer.