Regenerate charmonizer.c
Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/e512b551 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/e512b551 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/e512b551 Branch: refs/heads/master Commit: e512b551ff0160f1abacf84d1111659e334267f4 Parents: 0ebe213 Author: Nick Wellnhofer <[email protected]> Authored: Sat Nov 3 21:56:58 2012 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Sat Nov 3 21:56:58 2012 +0100 ---------------------------------------------------------------------- clownfish/runtime/common/charmonizer.c | 6 +++--- common/charmonizer.c | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/e512b551/clownfish/runtime/common/charmonizer.c ---------------------------------------------------------------------- diff --git a/clownfish/runtime/common/charmonizer.c b/clownfish/runtime/common/charmonizer.c index 1933e20..7bb318d 100644 --- a/clownfish/runtime/common/charmonizer.c +++ b/clownfish/runtime/common/charmonizer.c @@ -1953,7 +1953,7 @@ chaz_ConfWriterRuby_open_config_rb(void) { "\n" "defs = {}\n" "\n" - "def config\n\defs\nend\n" + "def config\ndefs\nend\n" "\n" ); } @@ -4341,7 +4341,7 @@ chaz_VariadicMacros_run(void) { -#line 1 "charmonizer/charmonize.c" +#line 1 "clownfish/runtime/common/charmonizer.main" /* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. @@ -4358,7 +4358,7 @@ chaz_VariadicMacros_run(void) { * limitations under the License. */ -/* Charmonize.c -- Create Charmony. +/* Source fragment for the Clownfish runtime's charmonizer.c. */ #include <stdio.h> http://git-wip-us.apache.org/repos/asf/lucy/blob/e512b551/common/charmonizer.c ---------------------------------------------------------------------- diff --git a/common/charmonizer.c b/common/charmonizer.c index 1933e20..8653300 100644 --- a/common/charmonizer.c +++ b/common/charmonizer.c @@ -1953,7 +1953,7 @@ chaz_ConfWriterRuby_open_config_rb(void) { "\n" "defs = {}\n" "\n" - "def config\n\defs\nend\n" + "def config\ndefs\nend\n" "\n" ); } @@ -4341,7 +4341,7 @@ chaz_VariadicMacros_run(void) { -#line 1 "charmonizer/charmonize.c" +#line 1 "common/charmonizer.main" /* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. @@ -4358,7 +4358,7 @@ chaz_VariadicMacros_run(void) { * limitations under the License. */ -/* Charmonize.c -- Create Charmony. +/* Source fragment for Lucy's charmonizer.c. */ #include <stdio.h>
