vi-mode changes: eliminate warnings from out-of-range-for-type
authorPaul Fox <pgf@brightstareng.com>
Tue, 7 Mar 2006 20:26:11 +0000 (20:26 -0000)
committerPaul Fox <pgf@brightstareng.com>
Tue, 7 Mar 2006 20:26:11 +0000 (20:26 -0000)
commit0f2dd9f4eb9007bf44aa3f0cf30a35c36fbbd5b2
treed4141ab0db5186ed9808b5e635868cea38b811db
parentdfba741457cc81eb2ed3a9d4c074fbad74aa3249
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.
shell/cmdedit.c