# | Line 50 | Line 50 | typedef struct rule { | |
---|---|---|
50 | ||
51 | ||
52 | /* defined in common/savestr.c - XXX one of several declarations */ | |
53 | < | char *savestr(char *str); |
53 | > | char *savestr(const char *str); |
54 | /* defined in trans.c */ | |
55 | RULEHD *getmapping(char *file, QLIST *qlp); | |
56 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |