Changeset a07e45 in git


Ignore:
Timestamp:
Jul 28, 2009, 4:51:07 PM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
672783414dca87ee04ec4d896dc69890e34f0b38
Parents:
d3e63080067b404bb6735cd99263a8ca6d413ed4
Message:
*hannes: no mp_set_memory_functions for Singular


git-svn-id: file:///usr/local/Singular/svn/trunk@12030 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • factory/initgmp.cc

    rd3e630 ra07e45  
    11/* emacs edit mode for this file is -*- C++ -*- */
    2 /* $Id: initgmp.cc,v 1.4 1998-06-14 13:23:18 Singular Exp $ */
     2/* $Id: initgmp.cc,v 1.5 2009-07-28 14:51:07 Singular Exp $ */
    33
    44#include <config.h>
     
    5050    mp_set_memory_functions( mgAllocBlock, mgReallocBlock, mgFreeBlock );
    5151#else
     52#ifndef SINGULAR
     53    // do not initialize this within Singular:
    5254    mp_set_memory_functions( mmAllocBlock, mmReallocBlock, mmFreeBlock );
     55#endif
    5356#endif
    5457#endif
Note: See TracChangeset for help on using the changeset viewer.