Use unsigned long instead of uint32_t
authorPetri Lehtinen <petri@digip.org>
Sat, 12 Sep 2009 09:49:17 +0000 (12:49 +0300)
committerPetri Lehtinen <petri@digip.org>
Sun, 13 Sep 2009 10:16:34 +0000 (13:16 +0300)
commit743af38e7f2453bb90190433b1c05615eed6d747
tree4dbbb1d50e683b07448b3cddab0ed3caa578913c
parent9d16ec755c9754fe1f79fe55ab719a7f8578ce37
Use unsigned long instead of uint32_t

Some day we will have ANSI C compatibility... This change doesn't make
the API backwards incompatible because uint32_t was only used in flags
to json_dump*() and the flags are meant to be used only by ORing
constants and macro output, and actually currently only JSON_INDENT
can be used.
doc/apiref.rst
src/dump.c
src/jansson.h