| # | Line 166 | Line 166 | setfunc(m, r) /* set channels for function call */ | |
|---|---|---|
| 166 | OBJREC *m; | |
| 167 | register RAY *r; | |
| 168 | { | |
| 169 | < | static long lastrno = -1; |
| 169 | > | static unsigned long lastrno = ~0; |
| 170 | register MFUNC *f; | |
| 171 | /* get function */ | |
| 172 | if ((f = (MFUNC *)m->os) == NULL) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |