Changeset 3f7e6ee in git for Singular


Ignore:
Timestamp:
Sep 9, 2013, 4:37:38 PM (11 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
fc5f58cad717ce5735572253f71f32b365e53989
Parents:
ba49bf104d6b7507ed3b20c7e82c411b63cd90c3
git-author:
Hans Schoenemann <hannes@mathematik.uni-kl.de>2013-09-09 16:37:38+02:00
git-committer:
Janko Boehm <boehm@mathematik.uni-kl.de>2013-09-10 15:30:18+02:00
Message:
fix: enforce integer coeffs in rational functions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc_ip.cc

    rba49bf1 r3f7e6ee  
    772772/* version strings */
    773773#ifdef HAVE_FLINT
    774 #ifdef __cplusplus
    775774extern "C"
    776775{
    777 #endif
    778776#ifndef __GMP_BITS_PER_MP_LIMB
    779777#define __GMP_BITS_PER_MP_LIMB GMP_LIMB_BITS
    780778#endif
    781779#include <flint/flint.h>
    782 #ifdef __cplusplus
    783 }
    784 #endif
     780}
    785781#endif
    786782
     
    900896#endif
    901897              StringAppend("random=%d\n",siRandomStart);
    902    
     898
    903899#define SI_SHOW_BUILTIN_MODULE(name) StringAppend(" %s", #name);
    904900              StringAppendS("built-in modules: {");
     
    906902              StringAppendS("}\n");
    907903#undef SI_SHOW_BUILTIN_MODULE
    908      
    909               StringAppend("\tAC_CONFIGURE_ARGS=%s,\n"
    910                            "\tCC=%s,FLAGS:%s,\n"
    911                            "\tCXX=%s,FLAGS:%s,\n"
    912                            "\tDEFS:%s,CPPFLAGS:%s,\n"
    913                            "\tLDFLAGS:%s,LIBS:%s "
     904
     905              StringAppend("AC_CONFIGURE_ARGS=%s,\n"
     906                           "CC=%s,FLAGS:%s,\n"
     907                           "CXX=%s,FLAGS:%s,\n"
     908                           "DEFS:%s,CPPFLAGS:%s,\n"
     909                           "LDFLAGS:%s,LIBS:%s "
    914910#ifdef __GNUC__
    915911              "(ver: " __VERSION__ ")"
Note: See TracChangeset for help on using the changeset viewer.