]> git.ipfire.org Git - thirdparty/json-c.git/commit
Rename boolean type to json_bool 16/head
authorKeith Derrick <keith.derrick@palm.com>
Mon, 26 Mar 2012 21:29:31 +0000 (14:29 -0700)
committerKeith Derrick <keith.derrick@palm.com>
Mon, 26 Mar 2012 21:29:31 +0000 (14:29 -0700)
commit37e74674769d2ae224ad52b1a866eb38c00e2821
treec2b0e101f96334205efc852b86834c7a0a0cb41a
parent2f9091f55962ac64c2aedcd3287e9b280fce0b6a
Rename boolean type to json_bool

In building large systems, there are often clashes over the
preferred base type to use for bool/boolean. At least one
experience has been with a 3rd party proprietary library which
can not be changed. In that case, boolean was a synonym for
unsigned char and used widely in packed structures.
json_object.c
json_object.h
json_object_private.h