fixed; did not compile
authorceriel <none@none>
Wed, 29 Jun 1988 16:48:07 +0000 (16:48 +0000)
committerceriel <none@none>
Wed, 29 Jun 1988 16:48:07 +0000 (16:48 +0000)
mach/proto/fp/ngf8.c

index b36a53c..f270310 100644 (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;
        }