aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Gall <tom.gall@linaro.org>2012-01-05 16:32:58 -0600
committerTom Gall <tom.gall@linaro.org>2012-01-05 16:32:58 -0600
commite57b5a60095e6b8ce0416a537eab24b36361cc9f (patch)
treed21b89405e8dd430b8dc5a7471e2e2ece4fcb2fd
parentc1b743169275b1a916deb7bcf1330bd928872961 (diff)
small fix to define INLINE which is not defined on android
-rw-r--r--jconfig.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/jconfig.h b/jconfig.h
index 3f12221..d2d6dea 100644
--- a/jconfig.h
+++ b/jconfig.h
@@ -57,6 +57,8 @@
/* #undef inline */
#endif
+#define INLINE inline
+
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */