Skip to content

Commit 34a4453

Browse files
committed
contrib/tools/m4: Copy contrib/tools/bison solution to get rid of isnan{d,f,l}.c sources
commit_hash:31788279593d5a121af9f7d229957edabf1773e9
1 parent 03b7b1d commit 34a4453

File tree

5 files changed

+3
-62
lines changed

5 files changed

+3
-62
lines changed

contrib/tools/m4/lib/config-win.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1707,3 +1707,6 @@ char *strsignal (int signum);
17071707

17081708
/* Define as a macro for copying va_list variables. */
17091709
#define va_copy gl_va_copy
1710+
1711+
#define HAVE_ISNANL_IN_LIBC 1
1712+
#define HAVE_ISNAND_IN_LIBC 1

contrib/tools/m4/lib/isnand.c

Lines changed: 0 additions & 19 deletions
This file was deleted.

contrib/tools/m4/lib/isnanf.c

Lines changed: 0 additions & 20 deletions
This file was deleted.

contrib/tools/m4/lib/isnanl.c

Lines changed: 0 additions & 20 deletions
This file was deleted.

contrib/tools/m4/lib/ya.make

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,9 +84,6 @@ SRCS(
8484
gl_oset.c
8585
gl_xlist.c
8686
gl_xoset.c
87-
isnand.c
88-
isnanl.c
89-
isnanf.c
9087
localcharset.c
9188
lseek.c
9289
malloca.c

0 commit comments

Comments
 (0)