+2023-10-13 Bruno Haible <bruno@clisp.org>
+
+ signed-nan: New module, renamed from qnan.
+ * lib/signed-nan.h: Renamed from lib/qnan.h. Update double-inclusion
+ guard.
+ * modules/signed-nan: Renamed from modules/qnan. Update.
+ * tests/test-signbit.c: Update.
+ * tests/test-stdio.c: Likewise.
+ * tests/test-totalorder.c: Likewise.
+ * modules/*-tests: Update.
+
2023-10-13 Bruno Haible <bruno@clisp.org>
access: Fix test failure on native Windows.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
-#ifndef _QNAN_H
-#define _QNAN_H
+#ifndef _SIGNED_NAN_H
+#define _SIGNED_NAN_H
#include <math.h>
}
-#endif /* _QNAN_H */
+#endif /* _SIGNED_NAN_H */