summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2021-04-30 12:15:25 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2021-04-30 12:15:25 +0100
commit1403303e77ce0c5a4d4c52d6a3b2a820f47241ee (patch)
treeb9d2381b3df0b71332ad4851a1aecd91bf0b463f
parente271edbc3be0cbdee6cbac69bbb9c6bf7eecaad3 (diff)
downloadlibepoxy-ebassi/issues-249.tar.gz
Remove redeclaration of khronos_uintptr_tebassi/issues-249
The type is being redeclared because I didn't see the original declaration when I wrote 144cbc9325250081f2eb584ca5deb13aaf1c2433. Fixes: #249
-rwxr-xr-xsrc/gen_dispatch.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gen_dispatch.py b/src/gen_dispatch.py
index b686824..3daad84 100755
--- a/src/gen_dispatch.py
+++ b/src/gen_dispatch.py
@@ -535,7 +535,6 @@ class Generator(object):
self.outln(' KHRONOS_TRUE = 1,')
self.outln(' KHRONOS_BOOLEAN_ENUM_FORCE_SIZE = KHRONOS_MAX_ENUM')
self.outln('} khronos_boolean_enum_t;')
- self.outln('typedef uintptr_t khronos_uintptr_t;')
if self.target == "glx":
self.outln('#include <X11/Xlib.h>')