camgunz / cmp

An implementation of the MessagePack serialization format in C / msgpack.org[C]
http://msgpack.org
MIT License
340 stars 78 forks source link

Fix C89 build (close #36) #37

Closed antoinealb closed 7 years ago

antoinealb commented 7 years ago

C89 does not allow variable declaration inside for loops, and this is a problem for users who require C89 compatibility.