Browse Source

lexical #8/19, express where `wlist' and `cw' start being != NULL

rlar 14 years ago
parent
commit
74cc38f67a
  1. 1
      src/frontend/parser/lexical.c

1
src/frontend/parser/lexical.c

@ -126,6 +126,7 @@ nloop:
bzero(linebuf, NEW_BSIZE_SP);
bzero(buf, NEW_BSIZE_SP);
wlist = cw = wl_cons(NULL, NULL);
// from here on cw != NULL and wlist != NULL
for (;;) {
if (string) {
c = *string++;

Loading…
Cancel
Save