Changeset beab83 in git
- Timestamp:
- Nov 4, 2002, 6:14:18 PM (21 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- 1dca8ade3fe626ba1dbd465465b4831ef1982214
- Parents:
- 3ad8af19b12a63b428747d5bb18f6f7731b876d2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/mminit.cc
r3ad8af rbeab83 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: mminit.cc,v 1.2 4 2001-08-27 14:47:11 SingularExp $ */4 /* $Id: mminit.cc,v 1.25 2002-11-04 17:14:18 bricken Exp $ */ 5 5 /* 6 6 * ABSTRACT: init of memory management … … 20 20 extern "C" 21 21 { 22 #ifdef __cplusplus 23 #undef __cplusplus 22 24 #include <gmp.h> 25 #define __cplusplus 26 #else 27 #include <gmp.h> 28 #endif 23 29 } 24 30
Note: See TracChangeset
for help on using the changeset viewer.