Changeset 7dc74a in git
- Timestamp:
- Jan 19, 1999, 2:42:30 PM (25 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- f6444723eb2d8a78b411806450bde0da14e2462b
- Parents:
- 4889a20c3845708d2793a48209156d2a5e3d1a5c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/extra.cc
r4889a2 r7dc74a 2 2 * Computer Algebra System SINGULAR * 3 3 *****************************************/ 4 /* $Id: extra.cc,v 1.8 6 1998-12-18 14:03:00 mschulzeExp $ */4 /* $Id: extra.cc,v 1.87 1999-01-19 13:42:30 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: general interface to internals of Singular ("system" command) … … 64 64 65 65 #include "silink.h" 66 #ifdef HAVE_MPSR 66 67 #include "mpsr.h" 67 68 #include "MPT_GP.h" 69 #endif 68 70 69 71 /* … … 861 863 #endif 862 864 /*==================== gp =================*/ 865 #ifdef HAVE_MPSR 863 866 if (strcmp(sys_cmd, "gp") == 0) 864 867 { … … 901 904 } 902 905 else 906 #endif 903 907 /*==================== print all option values =================*/ 904 908 #ifndef NDEBUG
Note: See TracChangeset
for help on using the changeset viewer.