Changeset c47d678 in git
- Timestamp:
- Jun 10, 2010, 9:17:48 PM (13 years ago)
- 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
- Location:
- coeffs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
coeffs/Makefile.in
r2518db rc47d678 35 35 CXXTEMPLFLAGS = -fno-implicit-templates --no-exceptions 36 36 CPPFLAGS = -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 37 DEFS = -Dix86_Linux -DHAVE_CONFIG_H -DLDEBUG -DDEBUG -DOM_DEBUG -DHAVE_ASSUME -DHAVE_RINGS 38 # -DHAVE_RINGS # Doesn't work :( 39 39 # -DNDEBUG -DOM_NDEBUG 40 40 -
coeffs/longrat.h
r2518db rc47d678 93 93 94 94 nMapFunc nlSetMap(const coeffs src, const coeffs dst); 95 #ifdef HAVE_RINGS96 number nlMapGMP(number from);97 #endif98 95 99 96 #ifndef OM_ALLOC_H
Note: See TracChangeset
for help on using the changeset viewer.