Updated Branches:
  refs/heads/master 3ab6e3997 -> 88764c144

Fix initialization of chaz_CC


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

Branch: refs/heads/master
Commit: 88764c144fa5f930a9730cb0eb164a63547d3f0f
Parents: 3ab6e39
Author: Nick Wellnhofer <[email protected]>
Authored: Fri Jan 4 21:30:06 2013 +0100
Committer: Nick Wellnhofer <[email protected]>
Committed: Fri Jan 4 21:30:06 2013 +0100

----------------------------------------------------------------------
 charmonizer/src/Charmonizer/Core/Compiler.c |    2 +-
 clownfish/compiler/common/charmonizer.c     |    2 +-
 clownfish/runtime/common/charmonizer.c      |    2 +-
 common/charmonizer.c                        |    2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/88764c14/charmonizer/src/Charmonizer/Core/Compiler.c
----------------------------------------------------------------------
diff --git a/charmonizer/src/Charmonizer/Core/Compiler.c 
b/charmonizer/src/Charmonizer/Core/Compiler.c
index f828224..485ecd7 100644
--- a/charmonizer/src/Charmonizer/Core/Compiler.c
+++ b/charmonizer/src/Charmonizer/Core/Compiler.c
@@ -51,7 +51,7 @@ static struct {
     int       intval___clang__;
     int       warnings_as_errors;
 } chaz_CC = {
-    NULL, NULL, NULL, NULL,
+    NULL, NULL, NULL, NULL, NULL,
     "", "", "", "", "", "",
     0, 0, 0, 0, 0, 0
 };

http://git-wip-us.apache.org/repos/asf/lucy/blob/88764c14/clownfish/compiler/common/charmonizer.c
----------------------------------------------------------------------
diff --git a/clownfish/compiler/common/charmonizer.c 
b/clownfish/compiler/common/charmonizer.c
index d7220bf..218ae6e 100644
--- a/clownfish/compiler/common/charmonizer.c
+++ b/clownfish/compiler/common/charmonizer.c
@@ -820,7 +820,7 @@ static struct {
     int       intval___clang__;
     int       warnings_as_errors;
 } chaz_CC = {
-    NULL, NULL, NULL, NULL,
+    NULL, NULL, NULL, NULL, NULL,
     "", "", "", "", "", "",
     0, 0, 0, 0, 0, 0
 };

http://git-wip-us.apache.org/repos/asf/lucy/blob/88764c14/clownfish/runtime/common/charmonizer.c
----------------------------------------------------------------------
diff --git a/clownfish/runtime/common/charmonizer.c 
b/clownfish/runtime/common/charmonizer.c
index 94b0696..3ce90e8 100644
--- a/clownfish/runtime/common/charmonizer.c
+++ b/clownfish/runtime/common/charmonizer.c
@@ -1131,7 +1131,7 @@ static struct {
     int       intval___clang__;
     int       warnings_as_errors;
 } chaz_CC = {
-    NULL, NULL, NULL, NULL,
+    NULL, NULL, NULL, NULL, NULL,
     "", "", "", "", "", "",
     0, 0, 0, 0, 0, 0
 };

http://git-wip-us.apache.org/repos/asf/lucy/blob/88764c14/common/charmonizer.c
----------------------------------------------------------------------
diff --git a/common/charmonizer.c b/common/charmonizer.c
index f5cfde8..bbf9e84 100644
--- a/common/charmonizer.c
+++ b/common/charmonizer.c
@@ -1131,7 +1131,7 @@ static struct {
     int       intval___clang__;
     int       warnings_as_errors;
 } chaz_CC = {
-    NULL, NULL, NULL, NULL,
+    NULL, NULL, NULL, NULL, NULL,
     "", "", "", "", "", "",
     0, 0, 0, 0, 0, 0
 };

Reply via email to