On 9 Jan 2002, Tom Tromey wrote: > Jeff> - if (FLOAT_WORDS_BIG_ENDIAN) > Jeff> + if (FLOAT_WORDS_BIG_ENDIAN && sizeof(num[0]) < 8) > > How about a comment explaining the oddity? Sure, once I understand it myself :) I've sent a real patch now for formal review. Jeff