Changeset c0971e in git
- Timestamp:
- Apr 22, 1998, 10:40:55 AM (25 years ago)
- Branches:
- (u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
- Children:
- cc8350f619e28faa89a9cc221bb9eb248eab3122
- Parents:
- e9cf3a6963de279c6ce975cc17562588b09c0793
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/libparse.l
re9cf3a rc0971e 3 3 * Computer Algebra System SINGULAR * 4 4 ****************************************/ 5 /* $Id: libparse.l,v 1. 7 1998-04-20 10:05:54krueger Exp $ */5 /* $Id: libparse.l,v 1.8 1998-04-22 08:40:55 krueger Exp $ */ 6 6 #include <stdio.h> 7 7 #include <string.h> … … 664 664 665 665 printf( " %-15s %20s %s,%s %s,%s %s,%s\n", "Library", 666 "function", "line", "start-eod", "line", "body-eo p",666 "function", "line", "start-eod", "line", "body-eob", 667 667 "line", "example-eoe"); 668 668 yylplex(argv[0], argv[0], &lib_style); 669 669 if(yylp_errno) { 670 printf("ERROR accured: [%d] ", yylp_errno);670 printf("ERROR occured: [%d] ", yylp_errno); 671 671 printf(yylp_errlist[yylp_errno], yylplineno); 672 672 printf("\n");
Note: See TracChangeset
for help on using the changeset viewer.