| # | Line 381 | Line 381 | register COLR c1, c2; | |
|---|---|---|
| 381 | ||
| 382 | j = 4; /* check exponents first! */ | |
| 383 | while (j--) | |
| 384 | < | if (i = c1[j] - c2[j]) |
| 384 | > | if ( (i = c1[j] - c2[j]) ) |
| 385 | return(i); | |
| 386 | return(0); | |
| 387 | } | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |