- Timestamp:
- Apr 28, 1998, 5:51:47 PM (26 years ago)
- Branches:
- (u'spielwiese', 'd1b01e9d51ade4b46b745d3bada5c5f3696be3a8')
- 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.