Changeset a75e78 in git for Singular/libparse.l


Ignore:
Timestamp:
Apr 28, 1998, 5:51:47 PM (26 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'spielwiese', '5b153614cbc72bfa198d75b1e9e33dab2645d9fe')
Children:
342716bba4c6b700b87ff91704390309b527f67f
Parents:
f8875108cc062d2bdd538e7fd17c0d27fc8409a1
Message:
removed conversion for macintosh in libread


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

Legend:

Unmodified
Added
Removed
  • Singular/libparse.l

    rf88751 ra75e78  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 /* $Id: libparse.l,v 1.14 1998-04-28 14:26:29 krueger Exp $ */
     5/* $Id: libparse.l,v 1.15 1998-04-28 15:51:47 krueger Exp $ */
    66#include <stdio.h>
    77#include <string.h>
     
    570570  printf("fread: %d of %d\n", rc, max_size);
    571571#endif
    572 #ifdef macintosh
    573   char *p = buf, *q;
    574   while( (q = strchr(p, '\r')) != NULL) {
    575     *q = '\n';
    576     p = q;
    577   }
    578 #endif
    579572  yylp_buffer_start = buf;
    580573  return rc;
Note: See TracChangeset for help on using the changeset viewer.