diff options
| -rw-r--r-- | src/mesa/main/compiler.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/src/mesa/main/compiler.h b/src/mesa/main/compiler.h index 93103fe878..e79bbc2ac5 100644 --- a/src/mesa/main/compiler.h +++ b/src/mesa/main/compiler.h @@ -468,9 +468,9 @@ do {                                                                    \  #endif - +#ifndef Elements  #define Elements(x) (sizeof(x)/sizeof(*(x))) - +#endif | 
