--- src/mesa/vbo/vbo_exec_api.c | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)
diff --git a/src/mesa/vbo/vbo_exec_api.c b/src/mesa/vbo/vbo_exec_api.c index b191a94..895f197 100644 --- a/src/mesa/vbo/vbo_exec_api.c +++ b/src/mesa/vbo/vbo_exec_api.c @@ -48,11 +48,6 @@ USE OR OTHER DEALINGS IN THE SOFTWARE. #include "vbo_noop.h" -#ifdef ERROR -#undef ERROR -#endif - - /** ID/name for immediate-mode VBO */ #define IMM_BUFFER_NAME 0xaabbccdd @@ -514,6 +509,8 @@ do { \ } \ } while (0) + +#undef ERROR #define ERROR(err) _mesa_error( ctx, err, __func__ ) #define TAG(x) vbo_##x -- 1.9.1 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev