[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
isfinite: fix syntax error
From: |
Bruno Haible |
Subject: |
isfinite: fix syntax error |
Date: |
Sat, 1 Oct 2011 11:58:35 +0200 |
User-agent: |
KMail/1.13.6 (Linux/2.6.37.6-0.5-desktop; KDE/4.6.0; x86_64; ; ) |
Another bug in the configure test:
2011-10-01 Bruno Haible <address@hidden>
isfinite: Fix syntax error in configure test.
* m4/isfinite.m4 (gl_ISFINITEL_WORKS): Fix syntax error.
--- m4/isfinite.m4.orig Sat Oct 1 11:55:35 2011
+++ m4/isfinite.m4 Sat Oct 1 11:55:20 2011
@@ -148,7 +148,7 @@
static memory_long_double x =
{ LDBL80_WORDS (0x0000, 0x83333333, 0x00000000) };
if (isfinite (x.value))
- return |= 64;
+ result |= 64;
}
#endif
--
In memoriam Max Ehrlich <http://en.wikipedia.org/wiki/Max_Ehrlich>