Change HB_VAR_ARRAY from 1 to 0

Going to see which compilers it breaks and special-case those...
pull/1959/head
Behdad Esfahbod 5 years ago
parent 0e294c455e
commit 861547d531
  1. 4
      src/hb.hh

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

Loading…
Cancel
Save