[gobject] Skip _HB_SCRIPT_MAX_VALUE

Fixes https://github.com/behdad/harfbuzz/pull/38
This commit is contained in:
Behdad Esfahbod 2014-07-19 17:31:23 -04:00
parent f1a8d50a87
commit df99976398
1 changed files with 1 additions and 1 deletions

View File

@ -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;