]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/comp.c (define_jmp_buf): Use 'jmp_buf' instead of 'sys_jmp_buf'.
authorAndrea Corallo <akrl@sdf.org>
Sun, 14 Feb 2021 19:08:09 +0000 (20:08 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sun, 14 Feb 2021 19:17:12 +0000 (20:17 +0100)
src/comp.c

index df770c650e65a9d5f558e92e719349e12014213e..737e8080201cbc96d3d888e965782a6d0f710b0f 100644 (file)
@@ -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,