Changeset: a5a7208f1d36 for MonetDB URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=a5a7208f1d36 Modified Files: gdk/gdk_calc.c Branch: batcalc-candidates Log Message:
Blurb to get nextafter(f) on Windows. diffs (15 lines): diff --git a/gdk/gdk_calc.c b/gdk/gdk_calc.c --- a/gdk/gdk_calc.c +++ b/gdk/gdk_calc.c @@ -12,6 +12,11 @@ #include "gdk_calc_private.h" #include <math.h> +#ifndef HAVE_NEXTAFTERF +#define nextafter _nextafter +#include "mutils.h" /* nextafterf */ +#endif + /* Define symbol FULL_IMPLEMENTATION to get implementations for all * sensible output types for +, -, *, /. Without the symbol, all * combinations of input types are supported, but only output types _______________________________________________ checkin-list mailing list checkin-list@monetdb.org https://www.monetdb.org/mailman/listinfo/checkin-list