Change HB_VAR_ARRAY to 1 again

To fix MSVC bots, while I work on changing this to 0 permanently.
pull/1963/head
Behdad Esfahbod 5 years ago
parent 39cf8e21be
commit 3f2cdf07a4
  1. 2
      src/hb.hh

@ -476,7 +476,7 @@ static_assert ((sizeof (hb_var_int_t) == 4), "");
/* Size signifying variable-sized array */
#ifndef HB_VAR_ARRAY
#define HB_VAR_ARRAY 0
#define HB_VAR_ARRAY 1
#endif
static inline double

Loading…
Cancel
Save