Module Name: src Committed By: rillig Date: Sat Jun 10 20:37:13 UTC 2023
Modified Files: src/usr.bin/indent: debug.c indent.c Log Message: indent: fix debug output When the parser state was first printed, there were unintended diff markers. Treat the previous lexer symbol like the other parts of the parser state, as omitting it from the diff output is confusing. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 src/usr.bin/indent/debug.c cvs rdiff -u -r1.355 -r1.356 src/usr.bin/indent/indent.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.