1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-08 17:22:05 +03:00

nan: New module.

* lib/nan.h: Renamed from tests/nan.h. Change double-inclusion guard.
* modules/nan: New file.
* modules/*-tests: Depend on this module instead of embedding
tests/nan.h.
This commit is contained in:
Bruno Haible
2023-10-12 20:59:58 +02:00
parent 9d18cdba28
commit 8c3d2d1974
122 changed files with 153 additions and 122 deletions

View File

@@ -3,13 +3,13 @@ tests/test-sprintf-posix.c
tests/test-sprintf-posix.h
tests/minus-zero.h
tests/infinity.h
tests/nan.h
tests/signature.h
tests/macros.h
Depends-on:
stdint
float
nan
configure.ac:
AC_REQUIRE([gl_LONG_DOUBLE_VS_DOUBLE])