make it more K&R C

This commit is contained in:
ceriel 1988-01-13 11:06:06 +00:00
parent 31757c1935
commit b90cc5ceb9

View file

@ -33,7 +33,7 @@ Push(tkp)
free_token->tk_vn = tkp->tk_vn;
free_token->tk_size = tkp->tk_size;
free_token++->tk_lfirst = tkp->tk_lfirst;
(free_token++)->tk_lfirst = tkp->tk_lfirst;
}
}