On 03/28/15 21:04, Brian Callahan wrote:
> CVSROOT:      /cvs
> Module name:  src
> Changes by:   bcal...@cvs.openbsd.org 2015/03/28 19:04:23
>
> Modified files:
>       usr.bin/vi/cl  : cl_funcs.c cl_main.c 
>       usr.bin/vi/ex  : ex_z.c 
>       usr.bin/vi/vi  : v_mark.c 
>
> Log message:
> Remove SA_INTERRUPT, HISTORIC_PRACTICE, and HISTORICAL_PRACTICE using
> unifdef. It seems clear that no one was using these (SA_INTERRUPT didn't
> even build the other way). Tweak comments as appropriate.
>
> ok brynet@
>

Sorry forgot to write everything, and:
Remove an #ifndef mvchgat block. You get that from <curses.h> and anyway
the variables being declared within it did not appear anywhere in the
function they were being declared in.

Reply via email to