jgabaut / koliseo

An arena allocator library in C.
https://jgabaut.github.io/koliseo-docs
GNU General Public License v3.0
5 stars 0 forks source link

[BUG] basic_example is still using old macro format #65

Closed jgabaut closed 6 months ago

jgabaut commented 6 months ago

With 0.4.0, core macros were updated not to expect a count argument (defaulting to 1).

Old syntax was refactored to KLS_PUSH_ARR() and similarly named macros.

basic_example.c is still showing the old syntax for the push call, which would not compile now.