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 2014/07/09 20:27:21 UTC

[3/3] git commit: refs/heads/charmony-fixes - Don't include charmony.h from Lucy/Util/ToolSet.h

Don't include charmony.h from Lucy/Util/ToolSet.h

External projects can now use Lucy/Util/ToolSet.h without depending on
Charmonizer.


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

Branch: refs/heads/charmony-fixes
Commit: 9f622dc4ae79edfc41eb0ee09235639d16476d30
Parents: f863fe4
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Wed Jul 9 19:35:36 2014 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Wed Jul 9 19:35:36 2014 +0200

----------------------------------------------------------------------
 core/Lucy/Util/ToolSet.h | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/9f622dc4/core/Lucy/Util/ToolSet.h
----------------------------------------------------------------------
diff --git a/core/Lucy/Util/ToolSet.h b/core/Lucy/Util/ToolSet.h
index 8e18190..b3f20dd 100644
--- a/core/Lucy/Util/ToolSet.h
+++ b/core/Lucy/Util/ToolSet.h
@@ -30,9 +30,7 @@ extern "C" {
 
 #define CFISH_USE_SHORT_NAMES
 #define LUCY_USE_SHORT_NAMES
-#define CHY_USE_SHORT_NAMES
 
-#include "charmony.h"
 #include <limits.h>
 #include <stddef.h>
 #include <stdlib.h>