Fix C++ build
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/f21359f1 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/f21359f1 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/f21359f1 Branch: refs/heads/master Commit: f21359f1ed11a49d55f44b568e4ea99837eea7f3 Parents: 2e04fad Author: Nick Wellnhofer <[email protected]> Authored: Sat Jul 11 15:38:33 2015 +0200 Committer: Nick Wellnhofer <[email protected]> Committed: Sat Jul 11 15:38:33 2015 +0200 ---------------------------------------------------------------------- compiler/src/CFCDocument.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/f21359f1/compiler/src/CFCDocument.h ---------------------------------------------------------------------- diff --git a/compiler/src/CFCDocument.h b/compiler/src/CFCDocument.h index 5a32cf5..b138803 100644 --- a/compiler/src/CFCDocument.h +++ b/compiler/src/CFCDocument.h @@ -21,7 +21,7 @@ #define H_CFCDOCUMENT #ifdef __cplusplus -extern "C"; +extern "C" { #endif typedef struct CFCDocument CFCDocument;
