Module Name: src
Committed By: rillig
Date: Fri Oct 29 19:31:24 UTC 2021
Modified Files:
src/usr.bin/indent: indent.c
Log Message:
indent: initialize 'ps' via code
This saves 3 kB of binary size since the parser state is rather large
and only very few members are initialized to non-zero values.
No functional change.
To generate a diff of this commit:
cvs rdiff -u -r1.174 -r1.175 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.