[gobject] Skip _HB_SCRIPT_MAX_VALUE
Fixes https://github.com/behdad/harfbuzz/pull/38
This commit is contained in:
parent
f1a8d50a87
commit
df99976398
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue