diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 62e219631db..39d78364d5f 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1428,7 +1428,7 @@ push_handler (Lisp_Object tag_ch_val, enum handlertype handlertype) | |||
| 1428 | struct handler * | 1428 | struct handler * |
| 1429 | push_handler_nosignal (Lisp_Object tag_ch_val, enum handlertype handlertype) | 1429 | push_handler_nosignal (Lisp_Object tag_ch_val, enum handlertype handlertype) |
| 1430 | { | 1430 | { |
| 1431 | struct handler *c = handlerlist->nextfree; | 1431 | struct handler *CACHEABLE c = handlerlist->nextfree; |
| 1432 | if (!c) | 1432 | if (!c) |
| 1433 | { | 1433 | { |
| 1434 | c = malloc (sizeof *c); | 1434 | c = malloc (sizeof *c); |