r300/compiler: Remove declaration before code.
authorVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 20:44:10 +0000 (13:44 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 20:44:10 +0000 (13:44 -0700)
commitb96a391d14bdfcb4a7183a0767a9b45440330034
treeffbea73c954f282fd5b120878878881da16385db
parentdafbf480dbf30e191594cb505bca6007024262e8
r300/compiler: Remove declaration before code.

Fixes these GCC warnings on linux-x86 build.
r300_fragprog_swizzle.c: In function ‘r300_swizzle_is_native’:
r300_fragprog_swizzle.c:120: warning: ISO C90 forbids mixed declarations and code
r300_fragprog_swizzle.c: In function ‘r300_swizzle_split’:
r300_fragprog_swizzle.c:159: warning: ISO C90 forbids mixed declarations and code
src/mesa/drivers/dri/r300/compiler/r300_fragprog_swizzle.c