Changeset 616214 in git
- Timestamp:
- Nov 4, 2002, 5:52:23 PM (21 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
- Children:
- 3ad8af19b12a63b428747d5bb18f6f7731b876d2
- Parents:
- 9b25e7ebdfecad841a8035000dec808877e8c27a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/longrat.h
r9b25e7e r616214 4 4 * Computer Algebra System SINGULAR * 5 5 ****************************************/ 6 /* $Id: longrat.h,v 1. 29 2002-07-23 13:09:36 SingularExp $ */6 /* $Id: longrat.h,v 1.30 2002-11-04 16:52:23 bricken Exp $ */ 7 7 /* 8 8 * ABSTRACT: computation with long rational numbers … … 11 11 12 12 extern "C" { 13 #ifdef __cplusplus 14 #undef __cplusplus 13 15 #include <gmp.h> 16 #define __cplusplus 17 #else 18 #include <gmp.h> 19 #endif 14 20 } 15 21 #ifdef HAVE_SMALLGMP
Note: See TracChangeset
for help on using the changeset viewer.