Changeset c47d678 in git


Ignore:
Timestamp:
Jun 10, 2010, 9:17:48 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
a51941c072ae428b23d14c71480c12d9204b6352
Parents:
2518dbee8f87276f3d061cf2c577c3fc651e90ce
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2010-06-10 21:17:48+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 11:55:09+01:00
Message:
Rings are broken!
Location:
coeffs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • coeffs/Makefile.in

    r2518db rc47d678  
    3535CXXTEMPLFLAGS   = -fno-implicit-templates --no-exceptions
    3636CPPFLAGS        = -I${srcdir} -I${includedir} -I${srcdir}/../misc/ -I${srcdir}/../resource/ -I${srcdir}/../reporter/ -L${srcdir}/../reporter/ -L${libdir} -lgmp
    37 DEFS            = -Dix86_Linux -DHAVE_CONFIG_H -DLDEBUG -DDEBUG -DOM_DEBUG -DHAVE_ASSUME
    38 
     37DEFS            = -Dix86_Linux -DHAVE_CONFIG_H -DLDEBUG -DDEBUG -DOM_DEBUG -DHAVE_ASSUME -DHAVE_RINGS
     38# -DHAVE_RINGS # Doesn't work :(
    3939# -DNDEBUG -DOM_NDEBUG
    4040
  • coeffs/longrat.h

    r2518db rc47d678  
    9393
    9494nMapFunc nlSetMap(const coeffs src, const coeffs dst);
    95 #ifdef HAVE_RINGS
    96 number nlMapGMP(number from);
    97 #endif
    9895
    9996#ifndef OM_ALLOC_H
Note: See TracChangeset for help on using the changeset viewer.