| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef lint | |
| 2 | < | static const char RCSid[] = "$Id$"; |
| 2 | > | static const char RCSid[] = "$Id"; |
| 3 | #endif | |
| 4 | /* | |
| 5 | * Mist volumetric material. | |
| # | Line 69 | Line 69 | srcmatch(sp, id) /* check for an id match on a light s | |
| 69 | register SRCREC *sp; | |
| 70 | register char *id; | |
| 71 | { | |
| 72 | – | extern char *index(); |
| 72 | register char *cp; | |
| 73 | /* check for relay sources */ | |
| 74 | while ((cp = index(id, RELAYDELIM)) != NULL) { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |