Repository: lucy-clownfish
Updated Branches:
  refs/heads/master 13a9ccce3 -> b8e4b5e43


Use CHY_INLINE in CommonMark source


Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/48fa78cf
Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/48fa78cf
Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/48fa78cf

Branch: refs/heads/master
Commit: 48fa78cf488b227b33355362ee1d7110936a6671
Parents: 13a9ccc
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Mon Jun 1 12:35:41 2015 +0200
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Tue Jun 2 12:41:21 2015 +0200

----------------------------------------------------------------------
 compiler/modules/CommonMark/src/config.h | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/48fa78cf/compiler/modules/CommonMark/src/config.h
----------------------------------------------------------------------
diff --git a/compiler/modules/CommonMark/src/config.h 
b/compiler/modules/CommonMark/src/config.h
index ecfa334..7c6b476 100644
--- a/compiler/modules/CommonMark/src/config.h
+++ b/compiler/modules/CommonMark/src/config.h
@@ -13,3 +13,5 @@ typedef char bool;
 #ifndef CHY_HAS_VA_COPY
   #define va_copy(dest, src) ((dest) = (src))
 #endif
+
+#define inline CHY_INLINE

Reply via email to