lexical #1/19, use wl_cons

This commit is contained in:
rlar 2012-07-31 20:38:30 +02:00
parent f36772419a
commit f2f43bcce7
1 changed files with 1 additions and 2 deletions

View File

@ -75,10 +75,9 @@ static int numeofs = 0;
*/
#define newword cw->wl_word = copy(buf); \
cw->wl_next = alloc(struct wordlist); \
cw->wl_next = wl_cons(NULL, NULL); \
cw->wl_next->wl_prev = cw; \
cw = cw->wl_next; \
cw->wl_next = NULL; \
bzero(buf, NEW_BSIZE_SP); \
i = 0;