Changeset: dbfe360e556f for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=dbfe360e556f
Modified Files:
        configure.ag
Branch: Mar2018
Log Message:

Don't define LIBXML_ATTR_ALLOC_SIZE.
When it is defined, we get into uncompilable code in xmlversion.h on
MacOS.


diffs (18 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -2972,14 +2972,6 @@ typedef __uint128_t uhge;
 @%:@ define __declspec(x)
 @%:@endif
 
-/* work around problem compiling batxml.c with clang
- * clang 3.5.0 claims to be GnuC 4.3, but doesn't accept
- * __attribute__((alloc_size(N))), as libml2 2.9.2 expects
- */
-@%:@if defined(__GNUC__) && defined(__clang__)
-@%:@define LIBXML_ATTR_ALLOC_SIZE(x)
-@%:@endif
-
 /* These are required to make MonetDB's source tree CRAN-compliant */
 @%:@ifdef HAVE_EMBEDDED_R
 @%:@include "tools/embedded/undef.h"
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to