Changeset: ce5c83c587d1 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=ce5c83c587d1
Modified Files:
monetdb5/modules/atoms/xml.c
Branch: default
Log Message:
add missing XMLepilogue, for case when the libxml2 is missing.
diffs (13 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
@@ -820,5 +820,9 @@ str XMLprelude(void *ret) {
(void) ret;
return MAL_SUCCEED; /* to not break init */
}
+str XMLepilogue(void *ret) {
+ (void)ret;
+ return MAL_SUCCEED;
+}
#endif
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list