* tests/test-totalorder.c: Test the signature of totalorder, not
totalorderf.
+2024-04-09 Bruno Haible <bruno@clisp.org>
+
+ totalorder tests: Fix signature test.
+ * tests/test-totalorder.c: Test the signature of totalorder, not
+ totalorderf.
+
2024-04-08 Collin Funk <collin.funk1@gmail.com>
gnulib-tool.py: Use single-quotes for strings, part 2.
#include <math.h>
#include "signature.h"
-SIGNATURE_CHECK (totalorderf, int, (const float *, const float *));
+SIGNATURE_CHECK (totalorder, int, (const double *, const double *));
#define TOTALORDER totalorder
#define TOTALORDER_TYPE memory_double