r300g: Silence 'mixed declarations and code' warning.

This commit is contained in:
Vinson Lee 2010-01-03 18:05:12 -08:00
parent fe3ea299bf
commit 3e196f433d

View file

@ -51,7 +51,7 @@
#define CS_LOCALS(context) \
struct r300_context* const cs_context_copy = (context); \
struct r300_winsys* cs_winsys = cs_context_copy->winsys; \
int cs_count = 0;
int cs_count = 0
#define CHECK_CS(size) \
cs_winsys->check_cs(cs_winsys, (size))