Changeset dc4782 in git for kernel/test.cc


Ignore:
Timestamp:
Nov 25, 2013, 4:49:42 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '38dfc5131670d387a89455159ed1e071997eec94')
Children:
98e588265496a69b639a1e37bf39d39134a6df5f
Parents:
7bb7da5db82ebe13b1923654fb861e84c6c3ec65
Message:
chg: factory/libfac is not optional, removing HAVE_FACTORY/HAVE_LIBFAC
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test.cc

    r7bb7da5 rdc4782  
    66#include <omalloc/omalloc.h>
    77#include <misc/auxiliary.h>
    8 #ifdef HAVE_FACTORY
    98#include <factory/factory.h> // :(
    10 #endif
    119
    1210#include <misc/intvec.h>
     
    5351
    5452
    55 #ifdef HAVE_FACTORY
    5653// The following are needed due to FACTORY (e.g. initCanonicalForm)
    5754int initializeGMP(){ return 1; }
    5855int mmInit(void) {return 1; }
    59 #endif
    6056
    6157// // TODO: DUE to the use of HALT in npolygon.cc :(((
Note: See TracChangeset for help on using the changeset viewer.