eval: 'i' and 'j' are names normally used for iteration variables
commit6fdf710824df748465c29c84202ca48bf3b22b72
authorH. Peter Anvin <hpa@zytor.com>
Wed, 28 Nov 2018 18:33:16 +0000 (28 10:33 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Wed, 28 Nov 2018 18:33:16 +0000 (28 10:33 -0800)
tree8c77b88ab10a6bc4c1ddba2454690eb89f199826
parent99fcda0e76906d05dbb02c9ab21a8f4718e191a2
eval: 'i' and 'j' are names normally used for iteration variables

Single letter variables in the sequence i, j, k... are normally used
for integer-valued iterators. Rename the token-type variable 'tt', and
use 'tto' (token type, old) when the value is saved across a scan.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
asm/eval.c