malloc etc. tests: use volatile more consistently
[gnulib.git] / m4 / modff-ieee.m4
bloba99a234d6e40a73f98acc64d973298fbfd6cd062
1 # modff-ieee.m4
2 # serial 1
3 dnl Copyright (C) 2012-2024 Free Software Foundation, Inc.
4 dnl This file is free software; the Free Software Foundation
5 dnl gives unlimited permission to copy and/or distribute it,
6 dnl with or without modifications, as long as this notice is preserved.
7 dnl This file is offered as-is, without any warranty.
9 dnl This macro is in a separate file (not in modff.m4 and not inlined in the
10 dnl module description), so that gl_FUNC_MODFF can test whether 'aclocal' has
11 dnl found uses of this macro.
13 AC_DEFUN([gl_FUNC_MODFF_IEEE],
15   m4_divert_text([INIT_PREPARE], [gl_modff_required=ieee])
16   AC_REQUIRE([gl_FUNC_MODFF])