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 fa7b2d06031..c2e996a9474 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1133,7 +1133,7 @@ internal_catch (Lisp_Object tag, | |||
| 1133 | 1133 | ||
| 1134 | This is used for correct unwinding in Fthrow and Fsignal. */ | 1134 | This is used for correct unwinding in Fthrow and Fsignal. */ |
| 1135 | 1135 | ||
| 1136 | static _Noreturn void | 1136 | static AVOID |
| 1137 | unwind_to_catch (struct handler *catch, Lisp_Object value) | 1137 | unwind_to_catch (struct handler *catch, Lisp_Object value) |
| 1138 | { | 1138 | { |
| 1139 | bool last_time; | 1139 | bool last_time; |