tinyexpr
tinyexpr copied to clipboard
Use flexible array notation for te_expr
Newer gcc gets confused when malloc stores a bunch of memory in a one-element array. C99 "flexible array" notation achieves the same effect in a more standard way.