Changeset 27b799 in git for Singular/misc.cc


Ignore:
Timestamp:
May 27, 1998, 7:14:09 PM (26 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
311499b3c35b89d435a5b5b44c51e0ace5b13c6c
Parents:
b911ac5ddf660513a9fa06698ab8ac4553c1ef65
Message:
* hannes: removed non-gmp-parts


git-svn-id: file:///usr/local/Singular/svn/trunk@2005 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/misc.cc

    rb911ac r27b799  
    4242  extern const char * libfac_date;
    4343#endif
    44 #ifdef HAVE_GMP
    4544extern "C" {
    4645#include <gmp.h>
    4746}
    48 #endif
    4947#ifdef HAVE_MPSR
    5048#include <MP_Config.h>
     
    670668              StringAppend("libfac(%s,%s),\n\t",libfac_version,libfac_date);
    671669#endif
    672 #ifdef HAVE_GMP
    673670#if defined (__GNU_MP_VERSION) && defined (__GNU_MP_VERSION_MINOR)
    674671              StringAppend("GMP(%d.%d),",__GNU_MP_VERSION,__GNU_MP_VERSION_MINOR);
     
    678675              StringAppendS("GMP(1.3),");
    679676#endif
    680 #endif
    681677#ifdef HAVE_MPSR
    682678              StringAppend("MP(%s),",MP_VERSION);
Note: See TracChangeset for help on using the changeset viewer.