Change HB_VAR_ARRAY from 1 to 0

Going to see which compilers it breaks and special-case those...
This commit is contained in:
Behdad Esfahbod 2019-09-06 16:55:00 -04:00
parent 0e294c455e
commit 861547d531
1 changed files with 3 additions and 1 deletions

View File

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