Changeset e6cdad in git for kernel/GBEngine/f5data.cc


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

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/f5data.cc

    r520d90 re6cdad  
    1212#include "kernel/GBEngine/kutil.h"
    1313#include "kernel/structs.h"
     14#ifdef HAVE_OMALLOC
    1415#include "omalloc/omalloc.h"
     16#else
     17#include "xalloc/omalloc.h"
     18#endif
    1519#include "kernel/polys.h"
    1620#include "polys/monomials/p_polys.h"
Note: See TracChangeset for help on using the changeset viewer.