* Don't use this as a variable, so we can compile with a C++ compiler
authorMichael Clark <michael@metaparadigm.com>
Wed, 25 Feb 2009 02:31:32 +0000 (02:31 +0000)
committerMichael Clark <michael@metaparadigm.com>
Wed, 25 Feb 2009 02:31:32 +0000 (02:31 +0000)
commitaaec1ef3c542accb118af48c09edc7e07675671a
treeaa8044c50301f18a7046f4efadc1b9134eeb61d1
parent266a3fd30141b31632eead6739ace524bc172de5
  * Don't use this as a variable, so we can compile with a C++ compiler
  * Add casts from void* to type of assignment when using malloc
  * Add #ifdef __cplusplus guards to all of the headers
  * Add typedefs for json_object, json_tokener, array_list, printbuf, lh_table
    Michael Clark, <michael@metaparadigm.com>

git-svn-id: http://svn.metaparadigm.com/svn/json-c/trunk@33 327403b1-1117-474d-bef2-5cb71233fd97
17 files changed:
ChangeLog
arraylist.c
arraylist.h
debug.h
json_object.c
json_object.h
json_object_private.h
json_tokener.c
json_tokener.h
json_util.c
json_util.h
linkhash.c
linkhash.h
printbuf.c
printbuf.h
test1.c
test2.c