Changeset a07e45 in git
- Timestamp:
- Jul 28, 2009, 4:51:07 PM (14 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 672783414dca87ee04ec4d896dc69890e34f0b38
- Parents:
- d3e63080067b404bb6735cd99263a8ca6d413ed4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
factory/initgmp.cc
rd3e630 ra07e45 1 1 /* emacs edit mode for this file is -*- C++ -*- */ 2 /* $Id: initgmp.cc,v 1. 4 1998-06-14 13:23:18Singular Exp $ */2 /* $Id: initgmp.cc,v 1.5 2009-07-28 14:51:07 Singular Exp $ */ 3 3 4 4 #include <config.h> … … 50 50 mp_set_memory_functions( mgAllocBlock, mgReallocBlock, mgFreeBlock ); 51 51 #else 52 #ifndef SINGULAR 53 // do not initialize this within Singular: 52 54 mp_set_memory_functions( mmAllocBlock, mmReallocBlock, mmFreeBlock ); 55 #endif 53 56 #endif 54 57 #endif
Note: See TracChangeset
for help on using the changeset viewer.