Changeset 49025e in git


Ignore:
Timestamp:
Apr 7, 1998, 7:50:20 PM (25 years ago)
Author:
Hans Schönemann <hannes@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
cf3ff4e9ea97293db0224e00108a04e2e7b79740
Parents:
cd2f5e2948555e751112c93ee435bc8faeb7025f
Message:
* hannes: cleanup in febase.inc


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

Legend:

Unmodified
Added
Removed
  • Singular/febase.inc

    rcd2f5e r49025e  
    22*  Computer Algebra System SINGULAR     *
    33****************************************/
    4 /* $Id: febase.inc,v 1.5 1998-03-31 09:00:42 Singular Exp $ */
     4/* $Id: febase.inc,v 1.6 1998-04-07 17:50:20 Singular Exp $ */
    55/*
    66* ABSTRACT: handling of 'voices'
     
    448448      if ((c<' ')
    449449      || (c==';')
    450       //|| (c=='(')
    451450      || (c==')')
    452451      || (c=='}')
     
    457456      if(currentVoice->buffer[currentVoice->fptr]=='\0') break;
    458457    }
    459     //b[0]=currentVoice->buffer[currentVoice->fptr];
    460458    b[i]='\0';
    461     //b[1]='\0';
    462459    if (currentVoice->sw==BI_buffer)
    463460    {
    464       //if (currentVoice->fptr==0)
    465461      if (startfptr==0)
    466462      {
     
    476472        FreeL((ADDRESS)s);
    477473      }
    478       //else if (/*(currentVoice->fptr>0) &&*/
    479       //(currentVoice->buffer[currentVoice->fptr-1]=='\n'))
    480474      else if (/*(startfptr>0) &&*/
    481475      (currentVoice->buffer[startfptr-1]=='\n'))
    482476      {
    483         //char *anf=currentVoice->buffer+currentVoice->fptr;
    484477        char *anf=currentVoice->buffer+startfptr;
    485478        char *ss=strchr(anf,'\n');
     
    497490    currentVoice->fptr++;
    498491    return i;
    499     //return 1;
    500492  }
    501493  // no buffer there or e-o-buffer or eoln:
Note: See TracChangeset for help on using the changeset viewer.