| # | Line 199 | Line 199 | userr: | |
|---|---|---|
| 199 | } | |
| 200 | ||
| 201 | ||
| 202 | < | extern void |
| 202 | > | void |
| 203 | syserror( /* report system error and exit */ | |
| 204 | char *s | |
| 205 | ) | |
| # | Line 365 | Line 365 | check2do(void) /* check histogram to see what isn't w | |
| 365 | { | |
| 366 | double sum; | |
| 367 | double b, l; | |
| 368 | < | register int i; |
| 368 | > | int i; |
| 369 | ||
| 370 | /* check for within display range */ | |
| 371 | if (bwmax - bwmin <= Bldmax - Bldmin) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |