From df99976398a53521e0228541055dcaee8f5ba87f Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Sat, 19 Jul 2014 17:31:23 -0400 Subject: [PATCH] [gobject] Skip _HB_SCRIPT_MAX_VALUE Fixes https://github.com/behdad/harfbuzz/pull/38 --- src/hb-common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hb-common.h b/src/hb-common.h index b24cbb33b..e7ab4ae22 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;