Changeset 8ee3f2d in git


Ignore:
Timestamp:
Mar 11, 2009, 5:14:31 PM (14 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
Children:
2980328de6ac415770898d877d9a9baa4521f4b5
Parents:
814f03693dcf7b821dda8707a16e76e328f1541e
Message:
*hannes: monitor: simplification


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

Legend:

Unmodified
Added
Removed
  • Singular/iparith.cc

    r814f03 r8ee3f2d  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: iparith.cc,v 1.501 2009-03-11 15:26:00 Singular Exp $ */
     4/* $Id: iparith.cc,v 1.502 2009-03-11 16:14:31 Singular Exp $ */
    55
    66/*
     
    25222522  }
    25232523  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;
    25282528    if (v==NULL) opt="i";
    25292529    else         opt=(char *)v->Data();
     
    25342534      opt++;
    25352535    }
    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);
    25392540  return FALSE;
    25402541#endif
Note: See TracChangeset for help on using the changeset viewer.