Changeset 237216 in git
- Timestamp:
- Jun 9, 2015, 1:35:17 PM (8 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- f6f286f116cd53a3993443b6eba1ff15979d4d87
- Parents:
- 6105f4f4166e278c2c1a880b1d135f4057777e11
- Location:
- Singular
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/LIB/standard.lib
r6105f4f r237216 2532 2532 static proc mod_init() 2533 2533 { 2534 if(!defined(Singmathic)) 2535 { 2536 load("singmathic.so","try"); 2537 } 2534 2538 //int pagelength=24; 2535 2539 //exportto(Top,pagelength); -
Singular/iparith.cc
r6105f4f r237216 5341 5341 WerrorS_dummy_cnt=0; 5342 5342 BOOLEAN bo=jjLOAD(s,TRUE); 5343 if (bo || (WerrorS_dummy_cnt>0)) Print("loading of >%s< failed\n",s); 5343 if (TEST_OPT_PROT && (bo || (WerrorS_dummy_cnt>0))) 5344 Print("loading of >%s< failed\n",s); 5344 5345 WerrorS_callback=WerrorS_save; 5345 5346 errorreported=0; -
Singular/iplib.cc
r6105f4f r237216 1092 1092 Werror("dynl_open failed:%s", dynl_error()); 1093 1093 Werror("%s not found", newlib); 1094 killhdl2(pl,&(basePack->idroot),NULL); // remove package 1094 1095 goto load_modules_end; 1095 1096 } … … 1119 1120 RET=FALSE; 1120 1121 } 1121 else Werror("mod_init not found:: %s\nThis is probably not a dynamic module for Singular!\n", dynl_error()); 1122 else 1123 { 1124 Werror("mod_init not found:: %s\nThis is probably not a dynamic module for Singular!\n", dynl_error()); 1125 killhdl2(pl,&(basePack->idroot),NULL); // remove package 1126 } 1122 1127 } 1123 1128
Note: See TracChangeset
for help on using the changeset viewer.