Changeset: 04aeb8beb750 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB/rev/04aeb8beb750
Modified Files:
monetdb5/modules/atoms/xml.c
Branch: default
Log Message:
fix compilation if there is no xml library
diffs (16 lines):
diff --git a/monetdb5/modules/atoms/xml.c b/monetdb5/modules/atoms/xml.c
--- a/monetdb5/modules/atoms/xml.c
+++ b/monetdb5/modules/atoms/xml.c
@@ -817,9 +817,11 @@ size_t XMLunquotestring(const char **p,
(void) buf;
return 0;
}
-str XMLprelude(void) {
+static str
+XMLprelude(void) {
return MAL_SUCCEED; /* to not break init */
}
+
str XMLepilogue(void *ret) {
(void)ret;
return MAL_SUCCEED;
_______________________________________________
checkin-list mailing list -- [email protected]
To unsubscribe send an email to [email protected]