Changeset 8ee3f2d in git
- Timestamp:
- Mar 11, 2009, 5:14:31 PM (14 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 2980328de6ac415770898d877d9a9baa4521f4b5
- Parents:
- 814f03693dcf7b821dda8707a16e76e328f1541e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/iparith.cc
r814f03 r8ee3f2d 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: iparith.cc,v 1.50 1 2009-03-11 15:26:00Singular Exp $ */4 /* $Id: iparith.cc,v 1.502 2009-03-11 16:14:31 Singular Exp $ */ 5 5 6 6 /* … … 2522 2522 } 2523 2523 SI_LINK_SET_CLOSE_P(l); // febase handles the FILE* 2524 char *opt;2525 int mode=0;2526 if ( l->name[0]!='\0')2527 {2524 if ( l->name[0]!='\0') // "" is the stop condition 2525 { 2526 char *opt; 2527 int mode=0; 2528 2528 if (v==NULL) opt="i"; 2529 2529 else opt=(char *)v->Data(); … … 2534 2534 opt++; 2535 2535 } 2536 } 2537 if (((FILE*)l->data) == stdin) monitor(NULL,0); 2538 else monitor((FILE *)l->data,mode); 2536 monitor((FILE *)l->data,mode); 2537 } 2538 else 2539 monitor(NULL,0); 2539 2540 return FALSE; 2540 2541 #endif
Note: See TracChangeset
for help on using the changeset viewer.