From 2a1f74e7d93c8c1e7fa46784ea0bdb6c7bd47100 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 4 Nov 2013 07:26:54 -0700 Subject: [PATCH] mesa: remove Centerline C support from gl.h Reviewed-by: Eric Anholt --- include/GL/gl.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/GL/gl.h b/include/GL/gl.h index 2235f223fa7..0efa6ef81d0 100644 --- a/include/GL/gl.h +++ b/include/GL/gl.h @@ -113,10 +113,6 @@ #define GLAPIENTRYP GLAPIENTRY * #endif -#ifdef CENTERLINE_CLPP -#define signed -#endif - #if defined(PRAGMA_EXPORT_SUPPORTED) #pragma export on #endif -- 2.30.2