Changeset: f21a890c0bd0 for MonetDB
URL: https://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=f21a890c0bd0
Modified Files:
monetdb5/modules/atoms/xml.c
Branch: mosaic
Log Message:
Fix compiler error.
diffs (11 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
@@ -691,6 +691,7 @@ ssize_t XMLfromString(const char *src, s
(void) src;
(void) len;
(void) x;
+ (void) external;
GDKerror("not implemented\n");
return -1;
}
_______________________________________________
checkin-list mailing list
[email protected]
https://www.monetdb.org/mailman/listinfo/checkin-list