From: Andrea Corallo Date: Sun, 14 Feb 2021 19:08:09 +0000 (+0100) Subject: * src/comp.c (define_jmp_buf): Use 'jmp_buf' instead of 'sys_jmp_buf'. X-Git-Tag: emacs-28.0.90~2727^2~154 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bebec46bcbf0e52460b08234c067d7a2cb0f2246;p=emacs.git * src/comp.c (define_jmp_buf): Use 'jmp_buf' instead of 'sys_jmp_buf'. --- diff --git a/src/comp.c b/src/comp.c index df770c650e6..737e8080201 100644 --- a/src/comp.c +++ b/src/comp.c @@ -2937,7 +2937,7 @@ define_jmp_buf (void) gcc_jit_context_new_array_type (comp.ctxt, NULL, comp.char_type, - sizeof (sys_jmp_buf)), + sizeof (jmp_buf)), "stuff"); comp.jmp_buf_s = gcc_jit_context_new_struct_type (comp.ctxt,