Module Name: src Committed By: rillig Date: Sat Sep 25 10:24:10 UTC 2021
Modified Files: src/usr.bin/indent: lexi.c Log Message: indent: make lex_char_or_string simpler The previous code was so tricky that every second line needed a comment that explains what's going on. Replace the complicated code with the usual straight-forward string-copying patterns. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.51 -r1.52 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.