Changeset b89cf5d in git


Ignore:
Timestamp:
Dec 4, 2000, 3:33:49 PM (23 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
Children:
1576deb2c34110defeeddc936a786fa77d40ab7d
Parents:
61dadae46cd95345d4d43af6de7e728300732ab7
Message:
*hannes: cleanup sLastPrinted bug


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

Legend:

Unmodified
Added
Removed
  • Singular/iplib.cc

    r61dadae rb89cf5d  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iplib.cc,v 1.78 2000-11-22 17:54:23 Singular Exp $ */
     4/* $Id: iplib.cc,v 1.79 2000-12-04 14:33:49 Singular Exp $ */
    55/*
    66* ABSTRACT: interpreter: LIB and help
     
    287287  myynest++;
    288288  err=yyparse();
     289  if (sLastPrinted.rtyp!=0)
     290  {
     291    sLastPrinted.CleanUp();
     292    memset(&sLastPrinted,0,sizeof(sleftv));
     293  }
    289294  //Print("kill locals for %s (level %d)\n",IDID(pn),myynest);
    290295  killlocals(myynest);
     
    559564  myynest++;
    560565  err=yyparse();
     566  if (sLastPrinted.rtyp!=0)
     567  {
     568    sLastPrinted.CleanUp();
     569    memset(&sLastPrinted,0,sizeof(sleftv));
     570  }
    561571  killlocals(myynest);
    562572  myynest--;
Note: See TracChangeset for help on using the changeset viewer.