summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/pr_comment.c
Commit message (Collapse)AuthorAgeFilesLines
* Make this compile cleanly when warnings are enabled:schweikh2001-10-281-11/+11
| | | | | | | | | | | | | | - ANSIfy function declarations - braces around initializers structs within structs - add parens in complicated expressions - disambiguate dangling elses - no more implicit int - make functions static where possible - use prototypes - don't use varargs hack for diag() Requested by: joerg MFC after: 2 weeks
* Don't abuse the SCCS `@(#)' for RCS.obrien2000-12-251-1/+1
| | | | Requested by: bde
* Add or fix FreeBSD IDs.obrien2000-12-091-1/+2
|
* "Implement -[n]fcb (formatting of block comments) and attempt to implementobrien2000-12-091-3/+9
| | | | | | | no-space=after-sizeof (not optional) and no-space-after 'struct foo *' (not optional). Without these, indent unKNFizes even more perfectly KNF code." Submitted by: bde
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+418
OpenPOWER on IntegriCloud