lexical #1/19, use wl_cons
This commit is contained in:
parent
f36772419a
commit
f2f43bcce7
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue