lexical #8/19, express where `wlist' and `cw' start being != NULL
This commit is contained in:
parent
3cbc4b0773
commit
74cc38f67a
|
|
@ -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…
Reference in New Issue