[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sun Oct 15 22:21:45 UTC 2017
src/hb-set-private.hh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit ab8f327eb47184409d9e9208ca46b631d1afd0d4
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Sun Oct 15 18:21:35 2017 -0400
Ouch.
diff --git a/src/hb-set-private.hh b/src/hb-set-private.hh
index 9cb99674..ff428506 100644
--- a/src/hb-set-private.hh
+++ b/src/hb-set-private.hh
@@ -138,7 +138,7 @@ struct hb_set_t
#if 0 && HAVE_VECTOR_SIZE
/* The vectorized version does not work with clang as non-const
- * elt() errs /*non-const reference cannot bind to vector element". */
+ * elt() errs "non-const reference cannot bind to vector element". */
typedef elt_t vector_t __attribute__((vector_size (PAGE_BITS / 8)));
#else
typedef hb_vector_size_t<elt_t, PAGE_BITS / 8> vector_t;
More information about the HarfBuzz
mailing list