commit | 0f2dd9f4eb9007bf44aa3f0cf30a35c36fbbd5b2 | [log] [tgz] |
---|---|---|
author | Paul Fox <pgf@brightstareng.com> | Tue Mar 07 20:26:11 2006 +0000 |
committer | Paul Fox <pgf@brightstareng.com> | Tue Mar 07 20:26:11 2006 +0000 |
tree | d4141ab0db5186ed9808b5e635868cea38b811db | |
parent | dfba741457cc81eb2ed3a9d4c074fbad74aa3249 [diff] |
vi-mode changes: eliminate warnings from out-of-range-for-type case labels that are emitted by gcc4. rearrange macros to eliminate these extra case labels entirely (since the optimizer may no longer do it for us). eliminate static BUFSIZ character deletion buffer -- malloc it, and make it much much smaller.