CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/04/11 13:54:54
Modified files:
lib/libedit : chared.c chartype.h common.c el.c eln.c
filecomplete.c hist.c hist.h history.c
keymacro.c makelist map.c parse.c read.c
refresh.c search.c terminal.c tokenizer.c tty.c
vi.c
Log message:
Move wrapper macros to the two files actually needing them:
FUNW, Strlen, Strdup, Strcmp, Strncmp, Strncpy, Strncat -> history.c
Strchr, tok_strdup -> tokenizer.c
FUN, TYPE, STR -> both of these files
OK martijn@
Also proofread by Christian Heckendorf <mbie at ulmus dot me>
who reported some whitespace issues in parse.c.