# | Line 89 | Line 89 | extern LUTAB ofiletab; /* output stream table */ | |
---|---|---|
89 | #endif | |
90 | #endif | |
91 | ||
92 | < | #ifndef MAXMODLIST |
93 | < | #define MAXMODLIST 10000 /* maximum modifiers we'll track */ |
94 | < | #endif |
95 | < | |
96 | < | extern const char *modname[MAXMODLIST]; /* ordered modifier name list */ |
92 | > | extern char **modname; /* ordered modifier name list */ |
93 | extern int nmods; /* number of modifiers */ | |
94 | + | extern int modasiz; /* allocated modifier array size */ |
95 | ||
96 | extern char RCCONTEXT[]; /* special evaluation context */ | |
97 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |