# | Line 45 | Line 45 | int nmods = 0; /* number of modifiers */ | |
---|---|---|
45 | ||
46 | void (*addobjnotify[8])() = {ambnotify, NULL}; | |
47 | ||
48 | < | char RCCONTEXT[] = "RCONTRIB"; /* our special evaluation context */ |
48 | > | char RCCONTEXT[] = "RC"; /* our special evaluation context */ |
49 | ||
50 | ||
51 | static void | |
# | Line 169 | 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; } | |
172 | – | int nprocs = 1; |
172 | char *curout = NULL; | |
173 | char *binval = NULL; | |
174 | int bincnt = 0; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |