summaryrefslogtreecommitdiff
path: root/src/glx/x11/indirect_vertex_program.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/glx/x11/indirect_vertex_program.c')
-rw-r--r--src/glx/x11/indirect_vertex_program.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glx/x11/indirect_vertex_program.c b/src/glx/x11/indirect_vertex_program.c
index 865a4b1ba1..3313ac008a 100644
--- a/src/glx/x11/indirect_vertex_program.c
+++ b/src/glx/x11/indirect_vertex_program.c
@@ -30,6 +30,10 @@
#include "indirect_vertex_array.h"
#include <GL/glxproto.h>
+#if !defined __GNUC__ || __GNUC__ < 3
+# define __builtin_expect(x, y) x
+#endif
+
static void
do_vertex_attrib_enable(GLuint index, GLboolean val)
{