Changeset 5c5638 in git for Singular/iplib.cc
- Timestamp:
- May 6, 2005, 2:39:49 PM (18 years ago)
- Branches:
- (u'spielwiese', '8e0ad00ce244dfd0756200662572aef8402f13d5')
- Children:
- b07a6d9646920374a6d44fdc59880be8c437d21b
- Parents:
- 4ccf66565739474fdbf94c20bc32b855d2d3e3ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iplib.cc
r4ccf665 r5c5638 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iplib.cc,v 1.1 09 2005-05-03 17:32:51Singular Exp $ */4 /* $Id: iplib.cc,v 1.110 2005-05-06 12:39:47 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: interpreter: LIB and help … … 323 323 err=yyparse(); 324 324 #ifdef HAVE_NS 325 #ifndef NDEBUG 325 326 checkall(); 327 #endif 326 328 #endif 327 329 if (sLastPrinted.rtyp!=0) … … 332 334 killlocals(myynest); 333 335 #ifdef HAVE_NS 336 #ifndef NDEBUG 334 337 checkall(); 338 #endif 335 339 #endif 336 340 //Print("end kill locals for %s (%d)\n",IDID(pn),myynest);
Note: See TracChangeset
for help on using the changeset viewer.