Removed print.
This commit is contained in:
parent
2b320eb040
commit
4122fc3407
@ -221,13 +221,9 @@ int main(int argc, char **argv) {
|
||||
if(!(lex = lex_array_new(&page->lexx))) goto syntax;
|
||||
if(!lex_next(lex)) {
|
||||
if(lex->symbol != END) { errno = EILSEQ; goto syntax; }
|
||||
/*printf("Lexing finished: %s on %lu.\n",
|
||||
lex_symbols[lex->symbol], lex->line);*/
|
||||
break;
|
||||
}
|
||||
}
|
||||
/* Transfer the temporary page to the journal. */
|
||||
page = 0;
|
||||
continue;
|
||||
syntax:
|
||||
fprintf(stderr, "On date: %d-%.2d-%.2d.\n", *y, *m, *d);
|
||||
|
Loading…
Reference in New Issue
Block a user