Module Name: src Committed By: rillig Date: Fri May 12 15:36:02 UTC 2023
Modified Files: src/usr.bin/indent: indent.c Log Message: indent: remove code for parsing declarations without semicolon The statement from the comment that declarations do not need semicolons is wrong. A possible input that matched this rule is 'void f(void) { int a }'. To generate a diff of this commit: cvs rdiff -u -r1.254 -r1.255 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.