You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2016/02/25 00:56:17 UTC

[16/36] lucy-clownfish git commit: Add CFCPyMethod and CFCPyClass to CFC.h.

Add CFCPyMethod and CFCPyClass to CFC.h.


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

Branch: refs/heads/py_exp13
Commit: a15800378cb8f27b2a572961d67fc833a136ea08
Parents: 49972c1
Author: Marvin Humphrey <ma...@rectangular.com>
Authored: Mon Feb 1 18:17:59 2016 -0800
Committer: Marvin Humphrey <ma...@rectangular.com>
Committed: Wed Feb 24 15:20:39 2016 -0800

----------------------------------------------------------------------
 compiler/include/CFC.h | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/a1580037/compiler/include/CFC.h
----------------------------------------------------------------------
diff --git a/compiler/include/CFC.h b/compiler/include/CFC.h
index 1bdc968..fdd34c8 100644
--- a/compiler/include/CFC.h
+++ b/compiler/include/CFC.h
@@ -58,6 +58,8 @@
 #include "CFCPerlTypeMap.h"
 
 #include "CFCPython.h"
+#include "CFCPyClass.h"
+#include "CFCPyMethod.h"
 
 #include "CFCRuby.h"