summaryrefslogtreecommitdiffstats
path: root/usr.bin/indent/indent_globs.h
Commit message (Collapse)AuthorAgeFilesLines
* 1) Const enough things to avoid warnings.dwmalone2002-03-301-1/+1
| | | | | | | | 2) Cast ifdef_level to a size_t before comparing it to a ratio of size_ts. Ifdef_level should always be positive. 3) Complete prototype for chfont. 4) Cast some ptrdiff_ts to ints before using as a field width. 5) Avoid shadowing a local variable p with another local variable p.
* Make this compile cleanly when warnings are enabled:schweikh2001-10-281-2/+2
| | | | | | | | | | | | | | - 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
* "Implement -[n]fcb (formatting of block comments) and attempt to implementobrien2000-12-091-0/+3
| | | | | | | 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
* Don't depend on the fact that variables default to int.billf1999-09-061-4/+4
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+310
OpenPOWER on IntegriCloud