Support compilers that don't have the "inline" keyword
authorPetri Lehtinen <petri@digip.org>
Sun, 28 Mar 2010 18:14:08 +0000 (21:14 +0300)
committerPetri Lehtinen <petri@digip.org>
Sun, 28 Mar 2010 18:14:08 +0000 (21:14 +0300)
commit29ee3832cf1cee4cfebad8e440b58877437c4615
tree526f7b0bf76b216ccf45a23dc0a6c3de60709f54
parentc7c2edae8a6a2ba25c31d50c9f44bbbf080889da
Support compilers that don't have the "inline" keyword

Use AC_C_INLINE autoconf macro, include config.h where needed, and add
a define of JSON_INLINE to jansson.h that has the correct "inline"
keyword.
.gitignore
configure.ac
src/hashtable.c
src/jansson.h.in [moved from src/jansson.h with 94% similarity]
src/value.c