| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef lint | |
| 2 | < | static const char RCSid[] = "$Id$"; |
| 2 | > | static const char RCSid[] = "$Id"; |
| 3 | #endif | |
| 4 | /* | |
| 5 | * Replace markers in Radiance scene description with objects or instances. | |
| # | Line 168 | Line 168 | cvobject(fname, fin) /* convert an object */ | |
| 168 | char *fname; | |
| 169 | FILE *fin; | |
| 170 | { | |
| 171 | + | extern char *fgetword(); |
| 172 | char buf[128], typ[16], nam[128]; | |
| 173 | int i, n; | |
| 174 | register int j; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |