You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by nw...@apache.org on 2015/07/11 17:31:30 UTC

[2/3] lucy-clownfish git commit: Fix C++ build

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 <we...@aevum.de>
Authored: Sat Jul 11 15:38:33 2015 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
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;