Changeset 397246b in git
- Timestamp:
- Jun 13, 2006, 6:57:12 PM (17 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 5f5ce939bb0eee777771833f9b88243737d2ed33
- Parents:
- a475e94efb686934361e95724ba9e32f0b01e565
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
IntegerProgramming/si_gmp.h
ra475e9 r397246b 1 /* $Id: si_gmp.h,v 1. 4 2006-06-13 16:10:10Singular Exp $ */2 /* $Id: si_gmp.h,v 1. 4 2006-06-13 16:10:10Singular Exp $ */1 /* $Id: si_gmp.h,v 1.5 2006-06-13 16:57:12 Singular Exp $ */ 2 /* $Id: si_gmp.h,v 1.5 2006-06-13 16:57:12 Singular Exp $ */ 3 3 4 4 #ifndef INCL_CF_GMP_H … … 9 9 #undef __cplusplus 10 10 #include <gmp.h> 11 } 12 #define __cplusplus 1 11 13 #else 12 14 #include <gmp.h> -
kernel/si_gmp.h
ra475e9 r397246b 1 /* $Id: si_gmp.h,v 1. 5 2006-06-13 16:09:54Singular Exp $ */2 /* $Id: si_gmp.h,v 1. 5 2006-06-13 16:09:54Singular Exp $ */1 /* $Id: si_gmp.h,v 1.6 2006-06-13 16:57:12 Singular Exp $ */ 2 /* $Id: si_gmp.h,v 1.6 2006-06-13 16:57:12 Singular Exp $ */ 3 3 4 4 #ifndef INCL_CF_GMP_H … … 9 9 #undef __cplusplus 10 10 #include <gmp.h> 11 } 12 #define __cplusplus 1 11 13 #else 12 14 #include <gmp.h>
Note: See TracChangeset
for help on using the changeset viewer.