Changeset beab83 in git for Singular/mminit.cc
- Timestamp:
- Nov 4, 2002, 6:14:18 PM (21 years ago)
- Branches:
- (u'spielwiese', 'd0474371d8c5d8068ab70bfb42719c97936b18a6')
- 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.