Changeset: 6e0e9f3b3341 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=6e0e9f3b3341 Modified Files: clients/Tests/exports.stable.out Branch: SciQL-2 Log Message:
approved fixed signatures after changeset 1e6bb8746dd4 diffs (22 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 @@ -860,12 +860,12 @@ str ALGvariance(dbl *res, int *bid); str ALGvariancep(dbl *res, int *bid); str ARRAYfiller(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p); str ARRAYfiller_bat(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p); -str ARRAYseries_bte(int *ret, bte *start, bte *step, bte *stop, int *grp, int *series); -str ARRAYseries_dbl(int *ret, dbl *start, dbl *step, dbl *stop, int *grp, int *series); -str ARRAYseries_flt(int *ret, flt *start, flt *step, flt *stop, int *grp, int *series); -str ARRAYseries_int(int *ret, int *start, int *step, int *stop, int *grp, int *series); -str ARRAYseries_lng(int *ret, lng *start, lng *step, lng *stop, int *grp, int *series); -str ARRAYseries_sht(int *ret, sht *start, sht *step, sht *stop, int *grp, int *series); +str ARRAYseries_bte(bat *ret, bte *start, bte *step, bte *stop, int *grp, int *series); +str ARRAYseries_dbl(bat *ret, dbl *start, dbl *step, dbl *stop, int *grp, int *series); +str ARRAYseries_flt(bat *ret, flt *start, flt *step, flt *stop, int *grp, int *series); +str ARRAYseries_int(bat *ret, int *start, int *step, int *stop, int *grp, int *series); +str ARRAYseries_lng(bat *ret, lng *start, lng *step, lng *stop, int *grp, int *series); +str ARRAYseries_sht(bat *ret, sht *start, sht *step, sht *stop, int *grp, int *series); str ARRAYslice(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr p); str ARRAYtiles_avg_bte_bte(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); str ARRAYtiles_avg_bte_int(Client cntxt, MalBlkPtr mb, MalStkPtr stk, InstrPtr pci); _______________________________________________ checkin-list mailing list [email protected] http://mail.monetdb.org/mailman/listinfo/checkin-list
