]> git.eshelyaron.com Git - emacs.git/commit
Try to make scratch/correct-warning-pos build on Windows and not segfault
authorAlan Mackenzie <acm@muc.de>
Fri, 31 Dec 2021 23:17:28 +0000 (23:17 +0000)
committerAlan Mackenzie <acm@muc.de>
Fri, 31 Dec 2021 23:17:28 +0000 (23:17 +0000)
commit4e77177b063f9da8a48709aa3ef416d0ac21837b
treea41117055f846a4fee2dee9aa498036b977b38df
parentff9af1f1f69264bcbb7b926363293e55a6b3f330
Try to make scratch/correct-warning-pos build on Windows and not segfault

* src/comp.c (emit_EQ): Replace calls to gcc_jit_context_new_location with
NULLs.
(Fcomp__init_ctxt): Remove the register_emitter call for Qsymbol_with_pos_p,
which was causing a segfault.
src/comp.c