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@