Real.maxFinite bug

Henry Cejtin henry@sourcelight.com
Wed, 3 Oct 2001 17:21:44 -0500


Yes, sadly K&R C (and I think that everything up to C99) doesn't let you
initialize a union.  C99 I'm pretty sure does, and we can use that when
gcc 3.* is real.  It seems like a simple .s file would do this though.
Isn't this trivial?