Changeset f2dff02 in git for Singular/ipshell.cc


Ignore:
Timestamp:
Mar 26, 2001, 9:30:24 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
355f86ae1e09b962323c4d49da60c5aa3a7eb6c5
Parents:
1bd25e34e1c021af2213fdd6edb61b9aa82fa6ca
Message:
*hannes: CleanUp does a memset


git-svn-id: file:///usr/local/Singular/svn/trunk@5342 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/ipshell.cc

    r1bd25e rf2dff02  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: ipshell.cc,v 1.64 2001-03-22 19:11:04 Singular Exp $ */
     4/* $Id: ipshell.cc,v 1.65 2001-03-26 19:30:23 Singular Exp $ */
    55/*
    66* ABSTRACT:
     
    386386  while (h!=NULL)
    387387  {
    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))
    389390    || ((IDTYP(h)==QRING_CMD) && (typ==RING_CMD)))
    390391    {
     
    10431044    else
    10441045    {
    1045       if(iiInternalExport(v, toLev)) {
     1046      if(iiInternalExport(v, toLev))
     1047      {
    10461048        r->CleanUp();
    10471049        return TRUE;
     
    10871089        }
    10881090      }
    1089       if(iiInternalExport(v, toLev, root)) {
     1091      if(iiInternalExport(v, toLev, root))
     1092      {
    10901093        rv->CleanUp();
    10911094        return TRUE;
Note: See TracChangeset for help on using the changeset viewer.