Module Name: src Committed By: rillig Date: Thu Oct 28 22:06:23 UTC 2021
Modified Files: src/usr.bin/indent: indent.c lexi.c Log Message: indent: remove unused local variable in lexi Since the previous commit, lexi is always called with the same argument, so remove that parameter. The previous commit broke the debug logging by not printing "transient state" anymore. Replace this with "rolled back parser state" at the caller's site. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.165 -r1.166 src/usr.bin/indent/indent.c cvs rdiff -u -r1.106 -r1.107 src/usr.bin/indent/lexi.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.