# | Line 48 | Line 48 | char **modname = NULL; /* ordered modifier name list | |
---|---|---|
48 | int nmods = 0; /* number of modifiers */ | |
49 | int modasiz = 0; /* allocated modifier array size */ | |
50 | ||
51 | < | void (*addobjnotify[8])() = {ambnotify, NULL}; |
51 | > | void (*addobjnotify[])() = {ambnotify, NULL}; |
52 | ||
53 | char RCCONTEXT[] = "RC."; /* our special evaluation context */ | |
54 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |