Disable callbacks for C bindings
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/7f604e97 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/7f604e97 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/7f604e97 Branch: refs/heads/c-bindings-wip1 Commit: 7f604e979a8a8f20656910401f14a9bd6e84cd72 Parents: 063cc4b Author: Nick Wellnhofer <[email protected]> Authored: Mon Dec 24 01:21:09 2012 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Mon Dec 24 01:21:09 2012 +0100 ---------------------------------------------------------------------- clownfish/compiler/c/cfc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/7f604e97/clownfish/compiler/c/cfc.c ---------------------------------------------------------------------- diff --git a/clownfish/compiler/c/cfc.c b/clownfish/compiler/c/cfc.c index dbd551b..6ddb3b8 100644 --- a/clownfish/compiler/c/cfc.c +++ b/clownfish/compiler/c/cfc.c @@ -184,8 +184,8 @@ main(int argc, char **argv) { FREEMEM(header); FREEMEM(footer); + CFCBindCore_enable_callbacks(core_binding, 0); CFCBindCore_write_all_modified(core_binding, 0); - CFCBindCore_write_man_pages(core_binding); CFCBase_decref((CFCBase*)core_binding);
