[HarfBuzz] harfbuzz: Branch 'master'
Behdad Esfahbod
behdad at kemper.freedesktop.org
Sat Jul 19 14:31:46 PDT 2014
src/hb-common.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit df99976398a53521e0228541055dcaee8f5ba87f
Author: Behdad Esfahbod <behdad at behdad.org>
Date: Sat Jul 19 17:31:23 2014 -0400
[gobject] Skip _HB_SCRIPT_MAX_VALUE
Fixes https://github.com/behdad/harfbuzz/pull/38
diff --git a/src/hb-common.h b/src/hb-common.h
index b24cbb3..e7ab4ae 100644
--- a/src/hb-common.h
+++ b/src/hb-common.h
@@ -299,7 +299,7 @@ typedef enum
/* Dummy value to ensure any hb_tag_t value can be passed/stored as hb_script_t
* without risking undefined behavior. */
- /*---*/ _HB_SCRIPT_MAX_VALUE = HB_TAG_MAX
+ /*---*/ _HB_SCRIPT_MAX_VALUE = HB_TAG_MAX /*< skip >*/
} hb_script_t;
More information about the HarfBuzz
mailing list