mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
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:
parent
98ae01c822
commit
1d1e820a6d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue