Updated Branches: refs/heads/master 5090e6579 -> b407d11b7
Final methods can be novel Fixes random crashes under MSVC6. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/b407d11b Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/b407d11b Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/b407d11b Branch: refs/heads/master Commit: b407d11b79c1cf61c25ba47b094ff6c413de69ca Parents: b995ebb Author: Nick Wellnhofer <[email protected]> Authored: Tue Nov 13 02:57:51 2012 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Tue Nov 13 03:01:20 2012 +0100 ---------------------------------------------------------------------- clownfish/compiler/src/CFCMethod.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/b407d11b/clownfish/compiler/src/CFCMethod.c ---------------------------------------------------------------------- diff --git a/clownfish/compiler/src/CFCMethod.c b/clownfish/compiler/src/CFCMethod.c index b914472..6ed8f6e 100644 --- a/clownfish/compiler/src/CFCMethod.c +++ b/clownfish/compiler/src/CFCMethod.c @@ -223,7 +223,6 @@ CFCMethod_finalize(CFCMethod *self) { self->function.param_list, self->function.docucomment, true, self->is_abstract); - finalized->is_novel = false; return finalized; }
