]> Savannah Git Hosting - gnulib.git/commit
tests: Use C99 initializer syntax for memory_long_double.
authorBruno Haible <bruno@clisp.org>
Fri, 27 Oct 2023 18:02:27 +0000 (20:02 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 27 Oct 2023 18:05:05 +0000 (20:05 +0200)
commit43516c1d20d52a7d8233452c2bc09921aec082b8
tree4eedc8a53983d1b5dcc327e05c480d86e615b91d
parent3f463202bdd8684c649ee9eb5d9ba867dc6e8f08
tests: Use C99 initializer syntax for memory_long_double.

* tests/test-isfinite.c (test_isfinitel): Use '.word = ...' syntax when
initializing memory_long_double variables.
* tests/test-isinf.c (test_isinfl): Likewise.
* tests/test-isnan.c (test_long_double): Likewise.
* tests/test-snprintf-posix.h (test_function): Likewise.
* tests/test-sprintf-posix.h (test_function): Likewise.
* tests/test-vasnprintf-posix.c (test_function): Likewise.
* tests/test-vasnwprintf-posix.c (test_function): Likewise.
* tests/test-vasprintf-posix.c (test_function): Likewise.
* modules/isfinite-tests (Depends-on): Add c99.
* modules/isinf-tests (Depends-on): Likewise.
* modules/isnan-tests (Depends-on): Likewise.
* modules/isnanl-nolibm-tests (Depends-on): Likewise.
* modules/isnanl-tests (Depends-on): Likewise.
* modules/pipe-filter-gi-tests (Depends-on): Likewise.
* modules/pipe-filter-ii-tests (Depends-on): Likewise.
* modules/snprintf-posix-tests (Depends-on): Likewise.
* modules/sprintf-posix-tests (Depends-on): Likewise.
* modules/vasnprintf-posix-tests (Depends-on): Likewise.
* modules/vasnwprintf-posix-tests (Depends-on): Likewise.
* modules/vasprintf-posix-tests (Depends-on): Likewise.
* modules/vsnprintf-posix-tests (Depends-on): Likewise.
* modules/vsprintf-posix-tests (Depends-on): Likewise.
23 files changed:
ChangeLog
modules/isfinite-tests
modules/isinf-tests
modules/isnan-tests
modules/isnanl-nolibm-tests
modules/isnanl-tests
modules/pipe-filter-gi-tests
modules/pipe-filter-ii-tests
modules/snprintf-posix-tests
modules/sprintf-posix-tests
modules/vasnprintf-posix-tests
modules/vasnwprintf-posix-tests
modules/vasprintf-posix-tests
modules/vsnprintf-posix-tests
modules/vsprintf-posix-tests
tests/test-isfinite.c
tests/test-isinf.c
tests/test-isnan.c
tests/test-snprintf-posix.h
tests/test-sprintf-posix.h
tests/test-vasnprintf-posix.c
tests/test-vasnwprintf-posix.c
tests/test-vasprintf-posix.c