Changeset c5d0772 in git


Ignore:
Timestamp:
May 25, 2009, 11:23:24 AM (15 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
a51351c497114efd226188c65522ef81dbcb7888
Parents:
a46b479a5ab7a8bc79239f7ebbc7880f78ebb026
Message:
*hannes: xalloc


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

Legend:

Unmodified
Added
Removed
  • Singular/mpsr_GetMisc.cc

    ra46b47 rc5d0772  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: mpsr_GetMisc.cc,v 1.29 2004-02-23 19:04:04 Singular Exp $ */
     4/* $Id: mpsr_GetMisc.cc,v 1.30 2009-05-25 09:23:24 Singular Exp $ */
    55
    66/***************************************************************
     
    444444  if (mpsr_is_initialized) return;
    445445  // memory management functions of MP (and MPT)
    446 #ifdef OMALLOC_USES_MALLOC
     446#if defined(OMALLOC_USES_MALLOC) || defined(X_OMALLOC)
    447447  IMP_RawMemAllocFnc = omMallocFunc;
    448448  IMP_RawMemFreeFnc = omFreeFunc;
Note: See TracChangeset for help on using the changeset viewer.