srdja / Collections-C

A library of generic data structures for the C language.
http://srdja.github.io/Collections-C
GNU Lesser General Public License v3.0
2.8k stars 328 forks source link

What happened to macros such as: DEQUE_FOREACH? #168

Closed cmarshall108 closed 7 months ago

cmarshall108 commented 1 year ago

My project Vulkan Currency used the macros DEQUE_FOREACH and others, I can't seem to find the code changes that either removed or added those macros. I would be more than glad to bring them into my project specifically. Can someone point me to the right commit? Thanks!

srdja commented 1 year ago

@cmarshall108 The macros are still there, but a while ago prefixes were added. Which is what I guess is causing problems for you :(