| 9 |
|
|
| 10 |
|
#include <signal.h> |
| 11 |
|
#include "rcontrib.h" |
| 12 |
– |
#include "platform.h" |
| 13 |
– |
#include "paths.h" |
| 12 |
|
#include "source.h" |
| 13 |
|
#include "ambient.h" |
| 14 |
|
|
| 42 |
|
const char *modname[MAXMODLIST]; /* ordered modifier name list */ |
| 43 |
|
int nmods = 0; /* number of modifiers */ |
| 44 |
|
|
| 45 |
< |
char RCCONTEXT[] = "RCONTRIB"; /* our special evaluation context */ |
| 45 |
> |
void (*addobjnotify[8])() = {ambnotify, NULL}; |
| 46 |
|
|
| 47 |
< |
void (*addobjnotify[8])() = {ambnotify, tranotify, NULL}; |
| 47 |
> |
char RCCONTEXT[] = "RCONTRIB"; /* our special evaluation context */ |
| 48 |
|
|
| 49 |
|
|
| 50 |
|
static void |