Changeset 1b8a19 in git


Ignore:
Timestamp:
Nov 16, 2011, 6:38:14 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
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
Message:
ADD: export private headers coeffs/*.h and hook:WerrorS_callback for external usage
Location:
libpolys
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    rcfbfd92 r1b8a19  
    1616
    1717
    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.h
     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.h
    2222
    2323INCLUDES = -I${top_srcdir} -I${top_srcdir}/.. -I${top_builddir} -I${top_builddir}/.. -I${srcdir} ${FACTORY_CFLAGS} ${GMP_CFLAGS} ${NTL_CFLAGS}
     
    3232
    3333libcoeffs_includedir  =$(includedir)/singular/coeffs
    34 libcoeffs_include_HEADERS = coeffs.h numbers.h si_gmp.h
     34libcoeffs_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
    3536
    3637if ENABLE_FACTORY
  • libpolys/reporter/reporter.cc

    rcfbfd92 r1b8a19  
    4242BOOLEAN feWarn = TRUE;
    4343BOOLEAN feOut = TRUE;
     44
    4445void (*WerrorS_callback)(const char *s) = NULL;
    4546
  • libpolys/reporter/reporter.h

    rcfbfd92 r1b8a19  
    8080{
    8181#endif
     82extern void (*WerrorS_callback)(const char *s);
    8283extern int dReportError(const char* fmt, ...);
    8384#define dReportBug(s) \
Note: See TracChangeset for help on using the changeset viewer.