Changeset 188de86 in git for Singular/misc_ip.cc
- Timestamp:
- Aug 2, 2012, 4:09:13 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'c987db42cd2ec943b97ac5746c99892ceddf909c')
- Children:
- 4f9652847609cefd5ff3b91d14f34611592ab699
- Parents:
- 0419aba8292e7109329604d8ad03b70f8ef6542344a1c2199e33375a631289eaab7a81954c8383e2
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/misc_ip.cc
r44a1c2 r188de86 367 367 368 368 369 /* version strings */370 #ifdef HAVE_MPSR371 #include <MP_Config.h>372 #endif373 374 369 /*2 375 370 * the renice routine for very large jobs … … 761 756 StringAppend("NTL(%s),",NTL_VERSION); 762 757 #endif 763 #ifdef HAVE_MPSR764 StringAppend("MP(%s),",MP_VERSION);765 #endif766 758 #if SIZEOF_VOIDP == 8 767 759 StringAppendS("64bit,"); … … 1003 995 * the global exit routine of Singular 1004 996 */ 1005 #ifdef HAVE_MPSR1006 void (*MP_Exit_Env_Ptr)()=NULL;1007 #endif1008 1009 997 extern "C" { 1010 998 … … 1054 1042 } 1055 1043 } 1056 #ifdef HAVE_MPSR1057 if (MP_Exit_Env_Ptr!=NULL) (*MP_Exit_Env_Ptr)();1058 #endif1059 1044 exit(i); 1060 1045 }
Note: See TracChangeset
for help on using the changeset viewer.