Module Name: src Committed By: rillig Date: Fri Mar 12 19:14:18 UTC 2021
Modified Files: src/usr.bin/indent: io.c Log Message: indent: make output_string inline GCC 9.3.0 didn't notice that the argument to this function is always a string literal, which makes it worthwhile to inline the call. To generate a diff of this commit: cvs rdiff -u -r1.28 -r1.29 src/usr.bin/indent/io.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.