# | Line 92 | Line 92 | FILE *ofp /* output file */ | |
---|---|---|
92 | { | |
93 | PRIMITIVE *plp; /* position in list */ | |
94 | PRIMITIVE *pp[NFILES]; /* input primitives */ | |
95 | < | int minf; |
95 | > | int minf = 0; |
96 | PRIMITIVE *minp; | |
97 | register int i; | |
98 | ||
# | Line 201 | Line 201 | int (*pcmp)() | |
201 | { | |
202 | static int nf = 0, | |
203 | intree = FALSE; | |
204 | – | FILE *fp; |
204 | ||
205 | if (isglob(pl->pbot->com)) { | |
206 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |