# | Line 28 | Line 28 | extern int nowarn; /* global boolean to turn warnings | |
---|---|---|
28 | ||
29 | /**** The rest is declared in loadvars.c ****/ | |
30 | ||
31 | – | extern VARIABLE *matchvar(); |
32 | – | extern char *nvalue(); |
33 | – | |
31 | #define UPPER(c) ((c)&~0x20) /* ASCII trick */ | |
32 | ||
33 | #define vnam(vc) (vv[vc].name) |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |