Changeset 7dc74a in git


Ignore:
Timestamp:
Jan 19, 1999, 2:42:30 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
Children:
f6444723eb2d8a78b411806450bde0da14e2462b
Parents:
4889a20c3845708d2793a48209156d2a5e3d1a5c
Message:
added dependency on HAVE_MPSR


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

Legend:

Unmodified
Added
Removed
  • Singular/extra.cc

    r4889a2 r7dc74a  
    22*  Computer Algebra System SINGULAR      *
    33*****************************************/
    4 /* $Id: extra.cc,v 1.86 1998-12-18 14:03:00 mschulze Exp $ */
     4/* $Id: extra.cc,v 1.87 1999-01-19 13:42:30 Singular Exp $ */
    55/*
    66* ABSTRACT: general interface to internals of Singular ("system" command)
     
    6464
    6565#include "silink.h"
     66#ifdef HAVE_MPSR
    6667#include "mpsr.h"
    6768#include "MPT_GP.h"
     69#endif
    6870
    6971/*
     
    861863#endif
    862864/*==================== gp =================*/
     865#ifdef HAVE_MPSR
    863866     if (strcmp(sys_cmd, "gp") == 0)
    864867    {
     
    901904    }
    902905    else
     906#endif
    903907/*==================== print all option values =================*/
    904908#ifndef NDEBUG
Note: See TracChangeset for help on using the changeset viewer.