Changeset 0bae3e in git
- Timestamp:
- May 18, 2012, 7:04:49 PM (11 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a657104b677b4c461d018cbf3204d72d34ad66a9')
- Children:
- e30f0728879c325521cc6ebf8a42f092d0fd82f8
- Parents:
- c848e342a11be7638c627c6bb8fcdd5edcd86c96
- git-author:
- Hans Schoenemann <hannes@mathematik.uni-kl.de>2012-05-18 19:04:49+02:00
- git-committer:
- Andreas Steenpass <steenpass@mathematik.uni-kl.de>2013-09-12 13:19:30+02:00
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/misc_ip.cc
rc848e3 r0bae3e 1074 1074 #endif 1075 1075 fe_reset_input_mode(); 1076 idhdl h = IDROOT;1076 idhdl h = currPack->idroot; 1077 1077 while(h != NULL) 1078 1078 { … … 1080 1080 { 1081 1081 idhdl hh=h->next; 1082 //Print("kill %s\n",IDID(h)); 1082 1083 killhdl(h, currPack); 1083 1084 h = hh; … … 1088 1089 } 1089 1090 } 1090 if(!singular_in_batchmode) 1091 extern link_list ssiToBeClosed; 1092 link_list hh=ssiToBeClosed; 1093 while(hh!=NULL) 1094 { 1095 //Print("close %s\n",hh->l->name); 1096 slClose(hh->l); 1097 hh=ssiToBeClosed; 1098 } 1099 if (!singular_in_batchmode) 1091 1100 { 1092 1101 if (i<=0)
Note: See TracChangeset
for help on using the changeset viewer.