Assorted minor code cleanups
- EmitBitmap: declare
maskTab
asconst
- Reduce scope of some variables
- AddQuotes: mark input as
const
- Store
strlen()
results insize_t
instead ofunsigned int
- Simplify printing of warning header
- Add
.git-blame-ignore-revs
to hide whitespace commits fromgit blame
Edited by Alan Coopersmith