output/codeview.c: remove C99-ism
commit3fa2558a69e3391513d2b68d9142e68c6146f92c
authorH. Peter Anvin <hpa@zytor.com>
Fri, 24 Feb 2017 02:43:31 +0000 (23 18:43 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Fri, 24 Feb 2017 02:43:31 +0000 (23 18:43 -0800)
tree68061d4733d63b4470c394959288ab37c2d3f85e
parent9222364607599b2e64f817aebb47d078da2ed700
output/codeview.c: remove C99-ism

Remove a C99-ism, specifically the use of a variable declaration
inside a for loop statement.

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