r600: Fix build after 984f306937

Same as for the CLAMP macro, undef it before including a header file that
tries to make fields with that name.
This commit is contained in:
Eric Anholt 2015-02-24 13:47:58 +00:00
parent 98ae01c822
commit 1d1e820a6d
1 changed files with 1 additions and 1 deletions

View File

@ -784,7 +784,7 @@ public: \
// CLAMP macro defined elsewhere interferes with bytecode field name
#undef CLAMP
#undef ARRAY_SIZE
#include "sb_bc_fmt_def.inc"
#undef BC_FORMAT_BEGIN