Move declarations before statements
commite3917fc5389f2dc7f9581910d931f18436f6c3fb
authorH. Peter Anvin <hpa@zytor.com>
Thu, 1 Nov 2007 21:53:32 +0000 (1 14:53 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 1 Nov 2007 21:53:32 +0000 (1 14:53 -0700)
treeae98b331aacf2cca2ec36218afa5b9c8f9b53858
parent7fec73d7853902b8a222d62379255bbe637ac4aa
Move declarations before statements

C99 permits declarations and statements to be intermixed, so gcc don't
warn about them, but MSVC and OpenWatcom get unhappy about them.
assemble.c