Eliminate some promiscuous variable reuse.
authorEric S. Raymond <esr@thyrsus.com>
Thu, 29 Jun 2017 01:06:36 +0000 (21:06 -0400)
committerEric S. Raymond <esr@thyrsus.com>
Thu, 29 Jun 2017 01:06:36 +0000 (21:06 -0400)
commit9d918edeaa244e97e4fc7b4605bf0efb31f2b5d1
tree3326b026c89361b8df8f9d565ee58e0f8ca59807
parent7281c398071dc61b28a9251f2044315eba5394ea
Eliminate some promiscuous variable reuse.

This was making the opcode-conditional evaluation logic much more
difficult to read than it needed to be.
main.c