| # | Line 70 | Line 70 | OBJECT obj; | |
|---|---|---|
| 70 | int upper, lower; | |
| 71 | register int cm, i; | |
| 72 | ||
| 73 | < | if ((i = os[0]) <= 6) { /* linear search algorithm */ |
| 73 | > | if ((i = os[0]) <= 12) { /* linear search algorithm */ |
| 74 | cm = obj; | |
| 75 | while (i-- > 0) | |
| 76 | if (*++os == cm) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |