| # | Line 9 | Line 9 | static const char RCSid[] = "$Id$"; | |
|---|---|---|
| 9 | ||
| 10 | #include <signal.h> | |
| 11 | #include "rcontrib.h" | |
| 12 | + | #include "random.h" |
| 13 | #include "source.h" | |
| 14 | #include "ambient.h" | |
| 15 | ||
| # | Line 168 | Line 169 | main(int argc, char *argv[]) | |
| 169 | case 'n': case 'N': case 'f': case 'F': \ | |
| 170 | case '-': case '0': var = 0; break; \ | |
| 171 | default: goto badopt; } | |
| 171 | – | int nprocs = 1; |
| 172 | char *curout = NULL; | |
| 173 | char *binval = NULL; | |
| 174 | int bincnt = 0; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |