Move max() to jansson_private.h, define only if not already defined
authorPetri Lehtinen <petri@digip.org>
Sun, 5 Sep 2010 17:54:37 +0000 (20:54 +0300)
committerPetri Lehtinen <petri@digip.org>
Sun, 5 Sep 2010 18:18:46 +0000 (21:18 +0300)
commit06eb436008270420b10ed748c9f83c3d5464ff94
treeb24077f4999d362bd189278c4a5cb069f527c5cf
parente3654c22459c0dd1c1cdf4aa0cda64c60f2a8299
Move max() to jansson_private.h, define only if not already defined

On some platforms (Visual C++ for one) the standard library already
defines max() as a macro.
src/Makefile.am
src/jansson_private.h
src/strbuffer.c
src/util.h [deleted file]
src/value.c