Changeset a76420 in git


Ignore:
Timestamp:
Apr 22, 1998, 4:29:26 PM (25 years ago)
Author:
Kai Krüger <krueger@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
751c5ca78ac69036cc8a0d6ae34bb24f7be5454c
Parents:
1468f7abf1c920bb154e9ca7050ad6e25b46e666
Message:
Added character 13 as good character


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

Legend:

Unmodified
Added
Removed
  • Singular/libparse.l

    r1468f7 ra76420  
    33*  Computer Algebra System SINGULAR     *
    44****************************************/
    5 /* $Id: libparse.l,v 1.9 1998-04-22 10:37:46 krueger Exp $ */
     5/* $Id: libparse.l,v 1.10 1998-04-22 14:29:26 krueger Exp $ */
    66#include <stdio.h>
    77#include <string.h>
     
    545545
    546546\n                       { yylplineno++; }
     547\r                       { }
    547548;                        { p_static = FALSE;
    548549#if YYLPDEBUG
     
    552553.                        { p_static = FALSE;
    553554                           yylp_errno = YYLP_BAD_CHAR;
     555                           printf("[%s\d]", *yytext);
    554556#if YYLPDEBUG
    555557                           printf("[%s]", yytext);
Note: See TracChangeset for help on using the changeset viewer.