summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2013-06-27 08:27:30 -0700
committerTom Stellard <[email protected]>2013-06-28 08:49:06 -0700
commitbee49cb0ecbacb9fbc9dddc5e560874adacc518e (patch)
tree7ec4fd6ef3daa130397fe1f8226e9e1661cfa79d /include
parent2840bec56f79347b95dec5458b20d4a46d1aa445 (diff)
mesa: Fix build with older gcc since update of glext.h
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'include')
-rw-r--r--include/GL/glext.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/GL/glext.h b/include/GL/glext.h
index adefd561d65..c14219e8c14 100644
--- a/include/GL/glext.h
+++ b/include/GL/glext.h
@@ -4606,7 +4606,6 @@ GLAPI GLbitfield APIENTRY glQueryMatrixxOES (GLfixed *mantissa, GLint *exponent)
#ifndef GL_OES_single_precision
#define GL_OES_single_precision 1
-typedef float GLclampf;
typedef void (APIENTRYP PFNGLCLEARDEPTHFOESPROC) (GLclampf depth);
typedef void (APIENTRYP PFNGLCLIPPLANEFOESPROC) (GLenum plane, const GLfloat *equation);
typedef void (APIENTRYP PFNGLDEPTHRANGEFOESPROC) (GLclampf n, GLclampf f);
@@ -5802,7 +5801,6 @@ GLAPI void APIENTRY glCullParameterfvEXT (GLenum pname, GLfloat *params);
#ifndef GL_EXT_depth_bounds_test
#define GL_EXT_depth_bounds_test 1
-typedef double GLclampd;
#define GL_DEPTH_BOUNDS_TEST_EXT 0x8890
#define GL_DEPTH_BOUNDS_EXT 0x8891
typedef void (APIENTRYP PFNGLDEPTHBOUNDSEXTPROC) (GLclampd zmin, GLclampd zmax);