Changeset a76420 in git
- Timestamp:
- Apr 22, 1998, 4:29:26 PM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- 751c5ca78ac69036cc8a0d6ae34bb24f7be5454c
- Parents:
- 1468f7abf1c920bb154e9ca7050ad6e25b46e666
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/libparse.l
r1468f7 ra76420 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 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 $ */ 6 6 #include <stdio.h> 7 7 #include <string.h> … … 545 545 546 546 \n { yylplineno++; } 547 \r { } 547 548 ; { p_static = FALSE; 548 549 #if YYLPDEBUG … … 552 553 . { p_static = FALSE; 553 554 yylp_errno = YYLP_BAD_CHAR; 555 printf("[%s\d]", *yytext); 554 556 #if YYLPDEBUG 555 557 printf("[%s]", yytext);
Note: See TracChangeset
for help on using the changeset viewer.