Changeset 1b8a19 in git
- Timestamp:
- Nov 16, 2011, 6:38:14 PM (12 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 383ba5ea35ea936631096a731cd86ff150b0da47
- Parents:
- cfbfd926d964ae3757235dc9f4f9f63a27e39148
- git-author:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-16 18:38:14+01:00
- git-committer:
- Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-11-19 03:27:47+01:00
- Location:
- libpolys
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
libpolys/coeffs/Makefile.am
rcfbfd92 r1b8a19 16 16 17 17 18 noinst_HEADERS= \19 gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h \20 rintegers.h rmodulo2m.h rmodulon.h shortfl.h \21 mpr_complex.h mpr_global.h18 # noinst_HEADERS= \ 19 # gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h \ 20 # rintegers.h rmodulo2m.h rmodulon.h shortfl.h \ 21 # mpr_complex.h mpr_global.h 22 22 23 23 INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${FACTORY_CFLAGS} ${GMP_CFLAGS} ${NTL_CFLAGS} … … 32 32 33 33 libcoeffs_includedir =$(includedir)/singular/coeffs 34 libcoeffs_include_HEADERS = coeffs.h numbers.h si_gmp.h 34 libcoeffs_include_HEADERS = coeffs.h numbers.h si_gmp.h gnumpc.h gnumpfl.h longrat.h modulop.h ffields.h rintegers.h rmodulo2m.h rmodulon.h shortfl.h mpr_complex.h mpr_global.h 35 35 36 36 37 if ENABLE_FACTORY -
libpolys/reporter/reporter.cc
rcfbfd92 r1b8a19 42 42 BOOLEAN feWarn = TRUE; 43 43 BOOLEAN feOut = TRUE; 44 44 45 void (*WerrorS_callback)(const char *s) = NULL; 45 46 -
libpolys/reporter/reporter.h
rcfbfd92 r1b8a19 80 80 { 81 81 #endif 82 extern void (*WerrorS_callback)(const char *s); 82 83 extern int dReportError(const char* fmt, ...); 83 84 #define dReportBug(s) \
Note: See TracChangeset
for help on using the changeset viewer.