glapi: Move declaration before code.
authorVinson Lee <vlee@freedesktop.org>
Mon, 23 Sep 2013 21:07:15 +0000 (14:07 -0700)
committerVinson Lee <vlee@freedesktop.org>
Mon, 23 Sep 2013 21:14:32 +0000 (14:14 -0700)
commitf036d55515bc2b3821d52d16f2211d6c2e21b9a2
tree591ee2e8bf9c5aa100470066366c12b720fb1759
parent11e494a572ce81a57c05fbe4214dd36b1c8ac4cf
glapi: Move declaration before code.

This patch fixes the MSVC build error introduced by commit
673129e0b936b1c748e988d3f74f3efaab9e5693.

enums.c
mesa\main\enums.c(3776) : error C2143: syntax error : missing ';' before 'type'
mesa\main\enums.c(3781) : error C2065: 'elt' : undeclared identifier
mesa\main\enums.c(3781) : warning C4047: '!=' : 'int' differs in levels of indirection from 'void *'
mesa\main\enums.c(3782) : error C2065: 'elt' : undeclared identifier
mesa\main\enums.c(3782) : error C2223: left of '->offset' must point to struct/union
mesa\main\enums.c(3782) : warning C4033: '_mesa_lookup_enum_by_nr' must return a value

Signed-off-by: Vinson Lee <vlee@freedesktop.org>
src/mapi/glapi/gen/gl_enums.py