From 312b3bd03f7601f9fb9c501aa2b35bd8e05df238 Mon Sep 17 00:00:00 2001
From: Sven Gothel <sgothel@jausoft.com>
Date: Mon, 8 Nov 2010 21:46:27 +0100
Subject: Fix double declaration

---
 make/stub_includes/khr/KHR/khrplatform.h | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'make/stub_includes/khr/KHR')

diff --git a/make/stub_includes/khr/KHR/khrplatform.h b/make/stub_includes/khr/KHR/khrplatform.h
index 644201c69..1c578feb8 100644
--- a/make/stub_includes/khr/KHR/khrplatform.h
+++ b/make/stub_includes/khr/KHR/khrplatform.h
@@ -191,10 +191,6 @@ typedef unsigned long int       khronos_uint64_t;
 typedef long long int           khronos_int64_t;
 typedef unsigned long long int  khronos_uint64_t;
 #endif /* __arch64__ */
-typedef signed   long  int      khronos_intptr_t;
-typedef unsigned long  int      khronos_uintptr_t;
-typedef signed   long  int      khronos_ssize_t;
-typedef unsigned long  int      khronos_usize_t;
 #define KHRONOS_SUPPORT_INT64   1
 #define KHRONOS_SUPPORT_FLOAT   1
 
-- 
cgit v1.2.3