Changeset a75e78 in git
- Timestamp:
- Apr 28, 1998, 5:51:47 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 342716bba4c6b700b87ff91704390309b527f67f
- Parents:
- f8875108cc062d2bdd538e7fd17c0d27fc8409a1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/libparse.l
rf88751 ra75e78 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 /* $Id: libparse.l,v 1.1 4 1998-04-28 14:26:29krueger Exp $ */5 /* $Id: libparse.l,v 1.15 1998-04-28 15:51:47 krueger Exp $ */ 6 6 #include <stdio.h> 7 7 #include <string.h> … … 570 570 printf("fread: %d of %d\n", rc, max_size); 571 571 #endif 572 #ifdef macintosh573 char *p = buf, *q;574 while( (q = strchr(p, '\r')) != NULL) {575 *q = '\n';576 p = q;577 }578 #endif579 572 yylp_buffer_start = buf; 580 573 return rc;
Note: See TracChangeset
for help on using the changeset viewer.