cvs commit: src/usr.bin/indent lexi.c
Bruce Evans
bde at FreeBSD.org
Mon Feb 9 04:52:16 PST 2004
bde 2004/02/09 04:52:15 PST
FreeBSD src repository
Modified files:
usr.bin/indent lexi.c
Log:
Backed out rev.1.4 and 1.7 so they they can be implemented and committed
properly. Of the 3 changes mentioned in the log message for rev.1.4,
the first (implementing -[n]fcb) was correct but didn't touch this
file, the second (no-space-after-sizeof) was not actually done (it is
the default and is controlled by the undcoumented -[n]bs options), and
the third (no-space-after 'struct foo *') was very buggy and was reduced
to wrong comments and other style bugs by backing out the main part
of it in rev.1.6. Rev.1.4 had 2 changes which were not mentioned in
its commit log: expand specials[] so that more than -83 typedef-names
can be specified (this was the one working change in rev.1.4), and add
"const" and "volatile" to specials[] (this was buggy).
Revision Changes Path
1.16 +5 -18 src/usr.bin/indent/lexi.c
More information about the cvs-src
mailing list