summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/parse.c
Commit message (Collapse)AuthorAgeFilesLines
* Make this compile cleanly when warnings are enabled:schweikh2001-10-281-8/+12
| | | | | | | | | | | | | | - 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-0/+2
|
* Improve handling of "do ... while" following "else". This changernordier1999-05-211-1/+1
| | | | eliminates some incorrect "Unmatched 'else'" errors.
* Remove trailing whitespace.rgrimes1995-05-301-11/+11
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+324
OpenPOWER on IntegriCloud