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/15762113 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/15762113 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/15762113 Branch: refs/heads/c99-types Commit: 157621137616d7499eb9d909348abd7130729067 Parents: dec6e0e Author: Nick Wellnhofer <[email protected]> Authored: Sun Nov 18 03:22:35 2012 +0100 Committer: Nick Wellnhofer <[email protected]> Committed: Sun Nov 18 16:37:56 2012 +0100 ---------------------------------------------------------------------- clownfish/compiler/common/charmonizer.c | 10 ---------- clownfish/runtime/common/charmonizer.c | 10 ---------- common/charmonizer.c | 10 ---------- 3 files changed, 0 insertions(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/15762113/clownfish/compiler/common/charmonizer.c ---------------------------------------------------------------------- diff --git a/clownfish/compiler/common/charmonizer.c b/clownfish/compiler/common/charmonizer.c index 4ffaeed..1d005e0 100644 --- a/clownfish/compiler/common/charmonizer.c +++ b/clownfish/compiler/common/charmonizer.c @@ -531,10 +531,6 @@ chaz_Probe_clean_up(void); * PRId64 * PRIu64 * - * The following typedefs will be created: - * - * bool_t - * * Availability of integer types is indicated by which of these are defined: * * HAS_INT8_T @@ -546,11 +542,6 @@ chaz_Probe_clean_up(void); * safely. * * PTR_TO_I64(ptr) - * - * These symbols will be defined if they are not already: - * - * true - * false */ #ifndef H_CHAZ_INTEGERS @@ -2687,7 +2678,6 @@ chaz_Integers_run(void) { } /* Write typedefs, maximums/minimums and literals macros. */ - chaz_ConfWriter_add_typedef("int", "bool_t"); if (has_inttypes) { chaz_ConfWriter_add_sys_include("inttypes.h"); } http://git-wip-us.apache.org/repos/asf/lucy/blob/15762113/clownfish/runtime/common/charmonizer.c ---------------------------------------------------------------------- diff --git a/clownfish/runtime/common/charmonizer.c b/clownfish/runtime/common/charmonizer.c index 8063439..5f6449b 100644 --- a/clownfish/runtime/common/charmonizer.c +++ b/clownfish/runtime/common/charmonizer.c @@ -790,10 +790,6 @@ chaz_Headers_run(void); * PRId64 * PRIu64 * - * The following typedefs will be created: - * - * bool_t - * * Availability of integer types is indicated by which of these are defined: * * HAS_INT8_T @@ -805,11 +801,6 @@ chaz_Headers_run(void); * safely. * * PTR_TO_I64(ptr) - * - * These symbols will be defined if they are not already: - * - * true - * false */ #ifndef H_CHAZ_INTEGERS @@ -3799,7 +3790,6 @@ chaz_Integers_run(void) { } /* Write typedefs, maximums/minimums and literals macros. */ - chaz_ConfWriter_add_typedef("int", "bool_t"); if (has_inttypes) { chaz_ConfWriter_add_sys_include("inttypes.h"); } http://git-wip-us.apache.org/repos/asf/lucy/blob/15762113/common/charmonizer.c ---------------------------------------------------------------------- diff --git a/common/charmonizer.c b/common/charmonizer.c index 11fe52c..7b886fb 100644 --- a/common/charmonizer.c +++ b/common/charmonizer.c @@ -790,10 +790,6 @@ chaz_Headers_run(void); * PRId64 * PRIu64 * - * The following typedefs will be created: - * - * bool_t - * * Availability of integer types is indicated by which of these are defined: * * HAS_INT8_T @@ -805,11 +801,6 @@ chaz_Headers_run(void); * safely. * * PTR_TO_I64(ptr) - * - * These symbols will be defined if they are not already: - * - * true - * false */ #ifndef H_CHAZ_INTEGERS @@ -3799,7 +3790,6 @@ chaz_Integers_run(void) { } /* Write typedefs, maximums/minimums and literals macros. */ - chaz_ConfWriter_add_typedef("int", "bool_t"); if (has_inttypes) { chaz_ConfWriter_add_sys_include("inttypes.h"); }
