Changeset e6cdad in git for Singular/febase.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/febase.cc

    r520d90 re6cdad  
    1010#ifndef STANDALONE_PARSER
    1111
     12#ifdef HAVE_OMALLOC
    1213#include "omalloc/omalloc.h"
     14#else
     15#include "xalloc/omalloc.h"
     16#endif
     17
    1318#include "reporter/reporter.h"
    1419#include "misc/options.h"
Note: See TracChangeset for help on using the changeset viewer.