Changeset d828d63 in git for Singular/misc_ip.cc
- Timestamp:
- Aug 2, 2012, 10:29:12 AM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'ad2543eab51733612ba7d118afc77edca719600e')
- Children:
- 0419aba8292e7109329604d8ad03b70f8ef65423
- Parents:
- 85bcd6879cf375abcd839182c40d607f5e1e7884
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/misc_ip.cc
r85bcd6 rd828d63 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.