Changeset: 0649f1c5bc4c for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=0649f1c5bc4c Modified Files: clients/Tests/exports.stable.out Branch: default Log Message:
Approved after changeset 34119ad3e24c. diffs (14 lines): diff --git a/clients/Tests/exports.stable.out b/clients/Tests/exports.stable.out --- a/clients/Tests/exports.stable.out +++ b/clients/Tests/exports.stable.out @@ -246,8 +246,8 @@ int GDKms(void); int GDKnr_threads; void GDKprotect(void); int GDKprotected; -void GDKqsort(void *h, void *t, void *base, size_t n, int hs, int ts, int tpe); -void GDKqsort_rev(void *h, void *t, void *base, size_t n, int hs, int ts, int tpe); +void GDKqsort(void *h, void *t, const void *base, size_t n, int hs, int ts, int tpe); +void GDKqsort_rev(void *h, void *t, const void *base, size_t n, int hs, int ts, int tpe); void *GDKrealloc(void *pold, size_t size); void GDKsetenv(str name, str value); ssize_t GDKstrFromStr(unsigned char *dst, const unsigned char *src, ssize_t len); _______________________________________________ Checkin-list mailing list Checkin-list@monetdb.org http://mail.monetdb.org/mailman/listinfo/checkin-list