]> git.eshelyaron.com Git - emacs.git/commit
Don't call setjmp through a function pointer on Windows (bug#47067)
authorPip Cet <pipcet@gmail.com>
Sun, 14 Mar 2021 12:13:40 +0000 (12:13 +0000)
committerPip Cet <pipcet@gmail.com>
Sun, 14 Mar 2021 15:47:18 +0000 (15:47 +0000)
commit472cd53d935a8dea3f15161287d27ee272345300
treef172c3e7ce8bd6894da1539a38aea23c02e7428c
parentf142f5ba46abed95c99e5dd55fb6f3a1af544148
Don't call setjmp through a function pointer on Windows (bug#47067)

* src/comp.c (ABI_VERSION): Bump.
(emit_setjmp): Call setjmp directly.
(declare_runtime_imported_funcs): Remove setjmp.
(helper_link_table): Remove entry for setjmp.
src/comp.c