fixed; did not compile

This commit is contained in:
ceriel 1988-06-29 16:48:07 +00:00
parent 78f0107cb8
commit 5391cf8b17

View file

@ -21,7 +21,7 @@ _double f;
{
unsigned char *p;
if (f[0] != 0 || f[1] != 0) {
if (f.__double[0] != 0 || f.__double[1] != 0) {
p = (unsigned char *) &f;
*p ^= 0x80;
}