Repository: lucy-clownfish
Updated Branches:
  refs/heads/master 2794cf2eb -> 088a359d3


Remove unused CFISH_SIZEOF_* macros

These macros were only needed by the old Perl labeled params
code.


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

Branch: refs/heads/master
Commit: fa81ff191f9a70187cc7feb43c87c018b3e22fdb
Parents: 2794cf2
Author: Nick Wellnhofer <wellnho...@aevum.de>
Authored: Fri Feb 3 13:19:35 2017 +0100
Committer: Nick Wellnhofer <wellnho...@aevum.de>
Committed: Sat Feb 4 15:10:39 2017 +0100

----------------------------------------------------------------------
 compiler/src/CFCBindCore.c | 10 ----------
 1 file changed, 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucy-clownfish/blob/fa81ff19/compiler/src/CFCBindCore.c
----------------------------------------------------------------------
diff --git a/compiler/src/CFCBindCore.c b/compiler/src/CFCBindCore.c
index 95e0206..fc02dd2 100644
--- a/compiler/src/CFCBindCore.c
+++ b/compiler/src/CFCBindCore.c
@@ -613,11 +613,6 @@ S_charmony_string_defines() {
         "#define CFISH_INLINE %s\n"
         "#define CFISH_EXPORT %s\n"
         "#define CFISH_IMPORT %s\n"
-        "#define CFISH_SIZEOF_CHAR %s\n"
-        "#define CFISH_SIZEOF_SHORT %s\n"
-        "#define CFISH_SIZEOF_INT %s\n"
-        "#define CFISH_SIZEOF_LONG %s\n"
-        "#define CFISH_SIZEOF_SIZE_T %s\n"
         "#define CFISH_FUNC_MACRO %s\n"
         "#define CFISH_U64_TO_DOUBLE(x) %s\n";
     char *defines
@@ -625,11 +620,6 @@ S_charmony_string_defines() {
                           XSTRING(CHY_INLINE),
                           XSTRING(CHY_EXPORT),
                           XSTRING(CHY_IMPORT),
-                          XSTRING(CHY_SIZEOF_CHAR),
-                          XSTRING(CHY_SIZEOF_SHORT),
-                          XSTRING(CHY_SIZEOF_INT),
-                          XSTRING(CHY_SIZEOF_LONG),
-                          XSTRING(CHY_SIZEOF_SIZE_T),
                           XSTRING(CHY_FUNC_MACRO),
                           XSTRING(CHY_U64_TO_DOUBLE(x)));
 

Reply via email to