Changeset e6cdad in git for Singular/fehelp.cc


Ignore:
Timestamp:
Aug 8, 2018, 3:52:53 PM (6 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'b4f17ed1d25f93d46dbe29e4b499baecc2fd51bb')
Children:
6408aa90a21b8914c35296bb26d91eacff931427
Parents:
520d9010ff02a03b52cbea06296225a527aa9bbe
Message:
use xalloc if omalloc is disabled
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/fehelp.cc

    r520d90 re6cdad  
    88#include "kernel/mod2.h"
    99
     10#ifdef HAVE_OMALLOC
    1011#include "omalloc/omalloc.h"
     12#else
     13#include "xalloc/omalloc.h"
     14#endif
     15
    1116#include "misc/mylimits.h"
    1217
Note: See TracChangeset for help on using the changeset viewer.