m4: remove vax patch that is not needed anymore

jklos@ ok
This commit is contained in:
wiz 2021-06-29 05:19:46 +00:00
parent 8a5b96f219
commit bc48d92394
2 changed files with 1 additions and 17 deletions

View file

@ -1,8 +1,7 @@
$NetBSD: distinfo,v 1.48 2021/06/28 18:30:57 wiz Exp $
$NetBSD: distinfo,v 1.49 2021/06/29 05:19:46 wiz Exp $
SHA1 (m4-1.4.19.tar.gz) = 1b9141800f481353b8bcfafe8ec03d3d95f03f64
RMD160 (m4-1.4.19.tar.gz) = e42a1d0bcec2f27e3e2b64055e7890ff0144f038
SHA512 (m4-1.4.19.tar.gz) = f5dd0f02fcae65a176a16af9a8e1747c26e9440c6c224003ba458d3298b777a75ffb189aee9051fb0c4840b2a48278be4a51d959381af0b1d627570f478c58f2
Size (m4-1.4.19.tar.gz) = 2953876 bytes
SHA1 (patch-isnan.c) = ced386b73e5fbace021fe5d2e9abb5025e3a90be
SHA1 (patch-lib_strerror_override.c) = 29905fecf6c92f75c4999f1e3cb56e14fe2f4aae

View file

@ -1,15 +0,0 @@
$NetBSD: patch-isnan.c,v 1.2 2021/06/28 18:30:57 wiz Exp $
Skip NaN on VAX.
--- lib/isnan.c.orig 2013-09-22 06:15:20.000000000 +0000
+++ lib/isnan.c
@@ -118,7 +118,7 @@ FUNC (DOUBLE x)
/* Be careful to not do any floating-point operation on x, such as x == x,
because x may be a signaling NaN. */
# if defined __SUNPRO_C || defined __ICC || defined _MSC_VER \
- || defined __DECC || defined __TINYC__ \
+ || defined __DECC || defined __TINYC__ || defined __vax__ \
|| (defined __sgi && !defined __GNUC__)
/* The Sun C 5.0, Intel ICC 10.0, Microsoft Visual C/C++ 9.0, Compaq (ex-DEC)
6.4, and TinyCC compilers don't recognize the initializers as constant