Changeset 49025e in git
- Timestamp:
- Apr 7, 1998, 7:50:20 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
- Children:
- cf3ff4e9ea97293db0224e00108a04e2e7b79740
- Parents:
- cd2f5e2948555e751112c93ee435bc8faeb7025f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/febase.inc
rcd2f5e r49025e 2 2 * Computer Algebra System SINGULAR * 3 3 ****************************************/ 4 /* $Id: febase.inc,v 1. 5 1998-03-31 09:00:42Singular Exp $ */4 /* $Id: febase.inc,v 1.6 1998-04-07 17:50:20 Singular Exp $ */ 5 5 /* 6 6 * ABSTRACT: handling of 'voices' … … 448 448 if ((c<' ') 449 449 || (c==';') 450 //|| (c=='(')451 450 || (c==')') 452 451 || (c=='}') … … 457 456 if(currentVoice->buffer[currentVoice->fptr]=='\0') break; 458 457 } 459 //b[0]=currentVoice->buffer[currentVoice->fptr];460 458 b[i]='\0'; 461 //b[1]='\0';462 459 if (currentVoice->sw==BI_buffer) 463 460 { 464 //if (currentVoice->fptr==0)465 461 if (startfptr==0) 466 462 { … … 476 472 FreeL((ADDRESS)s); 477 473 } 478 //else if (/*(currentVoice->fptr>0) &&*/479 //(currentVoice->buffer[currentVoice->fptr-1]=='\n'))480 474 else if (/*(startfptr>0) &&*/ 481 475 (currentVoice->buffer[startfptr-1]=='\n')) 482 476 { 483 //char *anf=currentVoice->buffer+currentVoice->fptr;484 477 char *anf=currentVoice->buffer+startfptr; 485 478 char *ss=strchr(anf,'\n'); … … 497 490 currentVoice->fptr++; 498 491 return i; 499 //return 1;500 492 } 501 493 // no buffer there or e-o-buffer or eoln:
Note: See TracChangeset
for help on using the changeset viewer.