From d92347e81914b82760afcd80e660856dfa71523c Mon Sep 17 00:00:00 2001
From: Andreas Kloeckner <inform@tiker.net>
Date: Fri, 15 Feb 2013 17:29:36 -0500
Subject: [PATCH] Drive compyte to not expose bool. (undefined size)

---
 pyopencl/compyte  | 2 +-
 pyopencl/tools.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pyopencl/compyte b/pyopencl/compyte
index 6a3e5312..fc06f44a 160000
--- a/pyopencl/compyte
+++ b/pyopencl/compyte
@@ -1 +1 @@
-Subproject commit 6a3e53121bbac24e63cca024786a1aed15ce1413
+Subproject commit fc06f44a14dc9658a460d001a4b4a5c8fd05b993
diff --git a/pyopencl/tools.py b/pyopencl/tools.py
index 30d61b77..fda7f5af 100644
--- a/pyopencl/tools.py
+++ b/pyopencl/tools.py
@@ -41,7 +41,7 @@ from pyopencl.compyte.dtypes import (
         register_dtype, _fill_dtype_registry,
         dtype_to_ctype)
 
-_fill_dtype_registry(respect_windows=False)
+_fill_dtype_registry(respect_windows=False, include_bool=False)
 get_or_register_dtype("cfloat_t", np.complex64)
 get_or_register_dtype("cdouble_t", np.complex128)
 
-- 
GitLab