Changeset f2dff02 in git for Singular/ipshell.cc
- Timestamp:
- Mar 26, 2001, 9:30:24 PM (23 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- 355f86ae1e09b962323c4d49da60c5aa3a7eb6c5
- Parents:
- 1bd25e34e1c021af2213fdd6edb61b9aa82fa6ca
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipshell.cc
r1bd25e rf2dff02 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: ipshell.cc,v 1.6 4 2001-03-22 19:11:04Singular Exp $ */4 /* $Id: ipshell.cc,v 1.65 2001-03-26 19:30:23 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: … … 386 386 while (h!=NULL) 387 387 { 388 if ((all && (IDTYP(h)!=PROC_CMD)) || (typ == IDTYP(h)) 388 if ((all && (IDTYP(h)!=PROC_CMD) &&(IDTYP(h)!=PACKAGE_CMD)) 389 || (typ == IDTYP(h)) 389 390 || ((IDTYP(h)==QRING_CMD) && (typ==RING_CMD))) 390 391 { … … 1043 1044 else 1044 1045 { 1045 if(iiInternalExport(v, toLev)) { 1046 if(iiInternalExport(v, toLev)) 1047 { 1046 1048 r->CleanUp(); 1047 1049 return TRUE; … … 1087 1089 } 1088 1090 } 1089 if(iiInternalExport(v, toLev, root)) { 1091 if(iiInternalExport(v, toLev, root)) 1092 { 1090 1093 rv->CleanUp(); 1091 1094 return TRUE;
Note: See TracChangeset
for help on using the changeset viewer.