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/20 19:49:20 UTC

[lucy-commits] [6/7] git commit: refs/heads/install-c-library - CFC tests use integer literals from stdint.h

CFC tests use integer literals from stdint.h


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

Branch: refs/heads/install-c-library
Commit: 6dcd3dac99fd3809c5edd1c4e2e4fcdabacc4d58
Parents: 85c1ee7
Author: Nick Wellnhofer <we...@aevum.de>
Authored: Mon May 20 18:51:03 2013 +0200
Committer: Nick Wellnhofer <we...@aevum.de>
Committed: Mon May 20 19:47:53 2013 +0200

----------------------------------------------------------------------
 clownfish/compiler/common/charmonizer.main |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy/blob/6dcd3dac/clownfish/compiler/common/charmonizer.main
----------------------------------------------------------------------
diff --git a/clownfish/compiler/common/charmonizer.main b/clownfish/compiler/common/charmonizer.main
index b08b7d1..eeae5fe 100644
--- a/clownfish/compiler/common/charmonizer.main
+++ b/clownfish/compiler/common/charmonizer.main
@@ -257,6 +257,7 @@ int main(int argc, const char **argv) {
 
     /* Define stdint types in charmony.h. */
     chaz_ConfWriter_append_conf("#define CHY_EMPLOY_INTEGERTYPES\n\n");
+    chaz_ConfWriter_append_conf("#define CHY_EMPLOY_INTEGERLITERALS\n\n");
 
     /* Run probe modules. */
     chaz_BuildEnv_run();