Browse Source

lexical #1/19, use wl_cons

rlar 14 years ago
parent
commit
f2f43bcce7
  1. 3
      src/frontend/parser/lexical.c

3
src/frontend/parser/lexical.c

@ -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…
Cancel
Save