Commit 63d8cd189e7eb9a410f04283cbe46d3d3f0a1924

Patrick Steinhardt 2019-06-16T11:17:17

apply: remove use of variadic error macro The macro `apply_err` is implemented as a variadic macro, which are not defined by C89. Convert it to a variadic function, instead.