No host subclassing under Go for now.
Project: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/commit/3a682749 Tree: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/tree/3a682749 Diff: http://git-wip-us.apache.org/repos/asf/lucy-clownfish/diff/3a682749 Branch: refs/heads/master Commit: 3a682749620f3aed1507ce809d60aba71b8d0903 Parents: c123bbf Author: Marvin Humphrey <[email protected]> Authored: Mon Mar 23 07:34:46 2015 -0700 Committer: Marvin Humphrey <[email protected]> Committed: Mon Apr 6 09:08:20 2015 -0700 ---------------------------------------------------------------------- compiler/src/CFCGo.c | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/3a682749/compiler/src/CFCGo.c ---------------------------------------------------------------------- diff --git a/compiler/src/CFCGo.c b/compiler/src/CFCGo.c index 2e2b0f3..3e210a8 100644 --- a/compiler/src/CFCGo.c +++ b/compiler/src/CFCGo.c @@ -99,6 +99,8 @@ S_write_hostdefs(CFCGo *self) { "#ifndef H_CFISH_HOSTDEFS\n" "#define H_CFISH_HOSTDEFS 1\n" "\n" + "#define CFISH_NO_DYNAMIC_OVERRIDES\n" + "\n" "#define CFISH_OBJ_HEAD \\\n" " size_t refcount;\n" "\n"
