kgabis / parson

Lightweight JSON library written in C.
MIT License
1.34k stars 327 forks source link

undeclared identifier 'SIZE_MAX' #167

Closed adamski closed 3 years ago

adamski commented 3 years ago

I am now getting this error building via clang on linux.

I assume it's since the 1.2.0 update since it did not occur previously.

alimsk commented 3 years ago

yeah, I also got this error. i am using gcc 9.3.0

kgabis commented 3 years ago

I'll submit a bugfix in a few minutes.

kgabis commented 3 years ago

It should compile now.

adamski commented 3 years ago

Thank you