diff options
author | Руслан Ижбулатов <lrn1986@gmail.com> | 2018-05-11 02:47:36 +0000 |
---|---|---|
committer | Руслан Ижбулатов <lrn1986@gmail.com> | 2018-06-06 16:43:40 +0000 |
commit | 5db4e022dc7872620da4ea82f200b9c79d8258ec (patch) | |
tree | 2680016845d790df34d88d9fc9f5ab2dc9f7f326 /glib/gnulib/isnand.c | |
parent | b4259dec706b63ff18bedaa6c2943ffbdf679986 (diff) | |
download | glib-lrn/gnulib-printf.tar.gz |
glib: update internal gnulib from upstreamlrn/gnulib-printf
https://bugzilla.gnome.org/show_bug.cgi?id=795569
Related to issue #1371.
Diffstat (limited to 'glib/gnulib/isnand.c')
-rw-r--r-- | glib/gnulib/isnand.c | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/glib/gnulib/isnand.c b/glib/gnulib/isnand.c new file mode 100644 index 000000000..99cd4a4ee --- /dev/null +++ b/glib/gnulib/isnand.c @@ -0,0 +1,21 @@ +/* Test for NaN that does not need libm. + Copyright (C) 2008-2018 Free Software Foundation, Inc. + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published by + the Free Software Foundation; either version 2.1 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU Lesser General Public License for more details. + + You should have received a copy of the GNU Lesser General Public License + along with this program. If not, see <https://www.gnu.org/licenses/>. */ + +/* Written by Bruno Haible <bruno@clisp.org>, 2008. */ +#include <config.h> +#include "gnulib_math.h" +#include "isnand-nolibm.h" +#include "isnan.c" |