Change HB_VAR_ARRAY from 1 to 0
Going to see which compilers it breaks and special-case those...
This commit is contained in:
parent
0e294c455e
commit
861547d531
|
@ -475,7 +475,9 @@ static_assert ((sizeof (hb_var_int_t) == 4), "");
|
||||||
|
|
||||||
|
|
||||||
/* Size signifying variable-sized array */
|
/* Size signifying variable-sized array */
|
||||||
#define HB_VAR_ARRAY 1
|
#ifndef HB_VAR_ARRAY
|
||||||
|
#define HB_VAR_ARRAY 0
|
||||||
|
#endif
|
||||||
|
|
||||||
static inline double
|
static inline double
|
||||||
_hb_roundf (float x)
|
_hb_roundf (float x)
|
||||||
|
|
Loading…
Reference in New Issue