| # | Line 173 | Line 173 | setfunc( /* set channels for function call */ | |
|---|---|---|
| 173 | register RAY *r | |
| 174 | ) | |
| 175 | { | |
| 176 | < | static unsigned long lastrno = ~0; |
| 176 | > | static RNUMBER lastrno = ~0; |
| 177 | register MFUNC *f; | |
| 178 | /* get function */ | |
| 179 | if ((f = (MFUNC *)m->os) == NULL) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |