r300/compiler: Move declaration before code.
authorVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 20:56:27 +0000 (13:56 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 29 Sep 2010 20:56:27 +0000 (13:56 -0700)
commita4f296d6180d1990916c8e874adb587f6d8cdb7d
tree1507fb9fc8e342068947074109b7ebaa2c9b86b0
parentb96a391d14bdfcb4a7183a0767a9b45440330034
r300/compiler: Move declaration before code.

Fixes these GCC warnings on linux-x86 build.
r300_fragprog_emit.c: In function ‘emit_alu’:
r300_fragprog_emit.c:143: warning: ISO C90 forbids mixed declarations and code
r300_fragprog_emit.c:156: warning: ISO C90 forbids mixed declarations and code
r300_fragprog_emit.c: In function ‘finish_node’:
r300_fragprog_emit.c:271: warning: ISO C90 forbids mixed declarations and code
r300_fragprog_emit.c: In function ‘emit_tex’:
r300_fragprog_emit.c:344: warning: ISO C90 forbids mixed declarations and code
src/mesa/drivers/dri/r300/compiler/r300_fragprog_emit.c