Changeset 8f509d in git for Singular/ipid.cc
- Timestamp:
- Mar 14, 2011, 8:03:01 PM (12 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- aa2a4e7bda99071f7c4636b115e0c2f765522836
- Parents:
- 5b3386fb66d35f1c12a4ae9bea2807b803a78286
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/ipid.cc
r5b3386f r8f509d 375 375 h->attribute=NULL; 376 376 } 377 if ((IDTYP(h) == PACKAGE_CMD) && (strcmp(IDID(h),"Top")==0))378 {379 WarnS("can not kill `Top`");380 return;381 }382 377 // ring / qring -------------------------------------------------------- 383 378 if ((IDTYP(h) == RING_CMD) || (IDTYP(h) == QRING_CMD)) … … 389 384 else if (IDTYP(h) == PACKAGE_CMD) 390 385 { 386 if (strcmp(IDID(h),"Top")==0) 387 { 388 WarnS("can not kill `Top`"); 389 return; 390 } 391 391 // any objects defined for this package ? 392 392 if ((IDPACKAGE(h)->ref<=0) && (IDPACKAGE(h)->idroot!=NULL))
Note: See TracChangeset
for help on using the changeset viewer.