| # | Line 71 | Line 71 | print_defaults() /* print out default parameters */ | |
|---|---|---|
| 71 | print_rdefaults(); | |
| 72 | } | |
| 73 | ||
| 74 | + | |
| 75 | + | void |
| 76 | + | quit(ec) /* make sure exit is called */ |
| 77 | + | int ec; |
| 78 | + | { |
| 79 | + | if (ray_pnprocs > 0) /* close children if any */ |
| 80 | + | ray_pclose(0); |
| 81 | + | exit(ec); |
| 82 | + | } |
| 83 | + | |
| 84 | + | |
| 85 | int | |
| 86 | main( | |
| 87 | int argc, | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |