Module Name: src Committed By: rillig Date: Thu Oct 7 23:15:16 UTC 2021
Modified Files: src/usr.bin/indent: indent.c indent_globs.h io.c lexi.c pr_comment.c Log Message: indent: group variables for the input buffer The input buffer follows the same concept as the intermediate buffers for label, code, comment and token, so use the same type for it. No functional change. To generate a diff of this commit: cvs rdiff -u -r1.123 -r1.124 src/usr.bin/indent/indent.c cvs rdiff -u -r1.46 -r1.47 src/usr.bin/indent/indent_globs.h cvs rdiff -u -r1.78 -r1.79 src/usr.bin/indent/io.c cvs rdiff -u -r1.77 -r1.78 src/usr.bin/indent/lexi.c cvs rdiff -u -r1.57 -r1.58 src/usr.bin/indent/pr_comment.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.