| # | Line 188 | Line 188 | eputs( /* put string to stderr */ | |
|---|---|---|
| 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 | + | |
| 201 | static void | |
| 202 | setdefaults(void) /* set default values */ | |
| 203 | { | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |