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 2013/05/30 22:36:21 UTC

[lucy-commits] [03/26] git commit: refs/heads/separate-clownfish-wip2 - Don't include charmony.h from boot.c

Don't include charmony.h from boot.c


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

Branch: refs/heads/separate-clownfish-wip2
Commit: f1c98421ae55f335cfec8fd0b92829d51e137a8b
Parents: ec363b1
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sat May 25 18:48:55 2013 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Thu May 30 22:30:16 2013 +0200

----------------------------------------------------------------------
 clownfish/compiler/src/CFCPerl.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/f1c98421/clownfish/compiler/src/CFCPerl.c
----------------------------------------------------------------------
diff --git a/clownfish/compiler/src/CFCPerl.c b/clownfish/compiler/src/CFCPerl.c
index 80d0c1b..c7f971b 100644
--- a/clownfish/compiler/src/CFCPerl.c
+++ b/clownfish/compiler/src/CFCPerl.c
@@ -283,7 +283,6 @@ S_write_boot_c(CFCPerl *self) {
     const char pattern[] =
         "%s\n"
         "\n"
-        "#include \"charmony.h\"\n"
         "#include \"%s\"\n"
         "#include \"EXTERN.h\"\n"
         "#include \"perl.h\"\n"