ratfactor/ziglings

build: restore compatibility with old compilers

Closed this issue · 0 comments

In 0d56ba3, I broke compatibility with old compilers. The cause is the use of the multi-object for loop, that will cause a syntax error on older compilers.

I was aware of this issue, and I have fixed it on my local branch.