r300/compiler: Move declaration before code.
authorVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 21:13:49 +0000 (14:13 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 21:13:49 +0000 (14:13 -0700)
commit7c7fdef3b1cfa0db7ec3eb45e39d72ca60753f30
treebf801b941c23b6d5da6c7cfac6076af7ee2b11c7
parentae664daa25ac230e3a97cae0b82b7cd3c392c4bb
r300/compiler: Move declaration before code.

Fixes these GCC warnings on linux-x86 build.
r500_fragprog_emit.c: In function ‘emit_paired’:
r500_fragprog_emit.c:237: warning: ISO C90 forbids mixed declarations and code
r500_fragprog_emit.c: In function ‘emit_tex’:
r500_fragprog_emit.c:367: warning: ISO C90 forbids mixed declarations and code
r500_fragprog_emit.c: In function ‘emit_flowcontrol’:
r500_fragprog_emit.c:415: warning: ISO C90 forbids mixed declarations and code
r500_fragprog_emit.c: In function ‘r500BuildFragmentProgramHwCode’:
r500_fragprog_emit.c:633: warning: ISO C90 forbids mixed declarations and code
src/mesa/drivers/dri/r300/compiler/r500_fragprog_emit.c