aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-08 21:46:27 +0100
committerSven Gothel <[email protected]>2010-11-08 21:46:27 +0100
commit312b3bd03f7601f9fb9c501aa2b35bd8e05df238 (patch)
treef6351bbc6b2e72b18b788cbd3a18c1d72858b829
parent48704aeee611f52016fe704b140ec78d13ed5086 (diff)
Fix double declaration
-rw-r--r--make/stub_includes/khr/KHR/khrplatform.h4
1 files changed, 0 insertions, 4 deletions
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