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/07/20 18:05:11 UTC

[lucy-commits] [4/4] git commit: refs/heads/master - Adjust some comments

Adjust some comments


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

Branch: refs/heads/master
Commit: f089ae8051e55fb53dc14d7ff644a2c734fdbb64
Parents: 38b92c3
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Sat Jul 20 18:04:25 2013 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Sat Jul 20 18:04:25 2013 +0200

----------------------------------------------------------------------
 clownfish/compiler/src/CFCBindCore.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/f089ae80/clownfish/compiler/src/CFCBindCore.c
----------------------------------------------------------------------
diff --git a/clownfish/compiler/src/CFCBindCore.c b/clownfish/compiler/src/CFCBindCore.c
index af28e6a..5a7c94a 100644
--- a/clownfish/compiler/src/CFCBindCore.c
+++ b/clownfish/compiler/src/CFCBindCore.c
@@ -418,7 +418,7 @@ S_write_parcel_c(CFCBindCore *self, CFCParcel *parcel) {
     char pattern[] =
         "%s\n"
         "\n"
-        "#define C_CFISH_VTABLE\n"          // Needed for method_ptrs offset.
+        "#define C_CFISH_VTABLE\n"          // Needed for abstract methods.
         "#include <stdio.h>\n"
         "#include <stdlib.h>\n"
         "%s\n"
@@ -428,7 +428,7 @@ S_write_parcel_c(CFCBindCore *self, CFCParcel *parcel) {
         "#include \"Clownfish/Err.h\"\n"     // Needed for dump/load.
         "#include \"Clownfish/Num.h\"\n"     // Needed for dump/load.
         "#include \"Clownfish/VArray.h\"\n"  // Needed for dump/load.
-        "#include \"Clownfish/VTable.h\"\n"  // Needed for method_ptrs offset.
+        "#include \"Clownfish/VTable.h\"\n"  // Needed for bootstrap.
         "%s\n"
         "\n"
         "%s\n"