tinyexpr icon indicating copy to clipboard operation
tinyexpr copied to clipboard

Use flexible array notation for te_expr

Open roblatham00 opened this issue 3 years ago • 1 comments

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.

roblatham00 avatar Nov 30 '21 22:11 roblatham00