Commit 902f7d1a by Mark Wielaard Committed by Tom Tromey

Suggested by Aaron M.

2006-09-25  Mark Wielaard  <mark@klomp.org>

	Suggested by Aaron M. Ucko <ucko@debian.org>
	Fixes bug #29203
	* native/fdlibm/mprec.c (ulp): Define L as int32_t.

From-SVN: r117197
parent 291ad36e
2006-09-25 Mark Wielaard <mark@klomp.org>
Suggested by Aaron M. Ucko <ucko@debian.org>
Fixes bug #29203
* native/fdlibm/mprec.c (ulp): Define L as int32_t.
2006-09-22 David Daney <ddaney@avtrex.com> 2006-09-22 David Daney <ddaney@avtrex.com>
PR classpath/28661 PR classpath/28661
......
...@@ -666,7 +666,7 @@ double ...@@ -666,7 +666,7 @@ double
_DEFUN (ulp, (_x), double _x) _DEFUN (ulp, (_x), double _x)
{ {
union double_union x, a; union double_union x, a;
register __Long L; register int32_t L;
x.d = _x; x.d = _x;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment