Changeset e6cdad in git for libpolys/coeffs/coeffs.h


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
  • libpolys/coeffs/coeffs.h

    r520d90 re6cdad  
    1111
    1212#include "misc/auxiliary.h"
     13#ifdef HAVE_OMALLOC
    1314#include "omalloc/omalloc.h"
     15#else
     16#include "xalloc/omalloc.h"
     17#endif
    1418
    1519#include "misc/sirandom.h"
Note: See TracChangeset for help on using the changeset viewer.