| # | Line 135 | Line 135 | int len; | |
|---|---|---|
| 135 | { | |
| 136 | register int nexpo; | |
| 137 | ||
| 138 | < | if (g_mant == NULL | g_nexp == NULL) |
| 138 | > | if ((g_mant == NULL) | (g_nexp == NULL)) |
| 139 | return(-1); | |
| 140 | while (len-- > 0) { | |
| 141 | nexpo = g_nexp[scan[0][RED]]; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |