Changeset b89cf5d in git
- Timestamp:
- Dec 4, 2000, 3:33:49 PM (23 years ago)
- Branches:
- (u'spielwiese', '828514cf6e480e4bafc26df99217bf2a1ed1ef45')
- Children:
- 1576deb2c34110defeeddc936a786fa77d40ab7d
- Parents:
- 61dadae46cd95345d4d43af6de7e728300732ab7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iplib.cc
r61dadae rb89cf5d 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iplib.cc,v 1.7 8 2000-11-22 17:54:23Singular Exp $ */4 /* $Id: iplib.cc,v 1.79 2000-12-04 14:33:49 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: interpreter: LIB and help … … 287 287 myynest++; 288 288 err=yyparse(); 289 if (sLastPrinted.rtyp!=0) 290 { 291 sLastPrinted.CleanUp(); 292 memset(&sLastPrinted,0,sizeof(sleftv)); 293 } 289 294 //Print("kill locals for %s (level %d)\n",IDID(pn),myynest); 290 295 killlocals(myynest); … … 559 564 myynest++; 560 565 err=yyparse(); 566 if (sLastPrinted.rtyp!=0) 567 { 568 sLastPrinted.CleanUp(); 569 memset(&sLastPrinted,0,sizeof(sleftv)); 570 } 561 571 killlocals(myynest); 562 572 myynest--;
Note: See TracChangeset
for help on using the changeset viewer.