From 29ee3832cf1cee4cfebad8e440b58877437c4615 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Sun, 28 Mar 2010 21:14:08 +0300 Subject: 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 | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 4c4115c..fe9488d 100644 --- a/.gitignore +++ b/.gitignore @@ -23,3 +23,4 @@ missing stamp-h1 *.pyc *.pc +/src/jansson.h -- cgit v1.1