| # | Line 1 | Line 1 | |
|---|---|---|
| 1 | #ifndef lint | |
| 2 | < | static const char RCSid[] = "$Id"; |
| 2 | > | static const char RCSid[] = "$Id$"; |
| 3 | #endif | |
| 4 | /* | |
| 5 | * Radiance object animation program | |
| # | Line 185 | Line 185 | eputs( /* put string to stderr */ | |
| 185 | fflush(stderr); | |
| 186 | midline = 0; | |
| 187 | } | |
| 188 | + | } |
| 189 | + | |
| 190 | + | |
| 191 | + | void |
| 192 | + | quit(ec) /* make sure exit is called */ |
| 193 | + | int ec; |
| 194 | + | { |
| 195 | + | if (ray_pnprocs > 0) /* close children if any */ |
| 196 | + | ray_pclose(0); |
| 197 | + | exit(ec); |
| 198 | } | |
| 199 | ||
| 200 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |