]> git.eshelyaron.com Git - emacs.git/commit
* Fix debug symbol emission
authorAndrea Corallo <akrl@sdf.org>
Sat, 14 Nov 2020 10:24:30 +0000 (11:24 +0100)
committerAndrea Corallo <akrl@sdf.org>
Sat, 14 Nov 2020 21:06:31 +0000 (22:06 +0100)
commit3d14a74f8f35fe16823361beb03dd0957dd6f510
tree965216d57de336ab8eceab12ba67bfddf8a67a8d
parentaced2cf6ac50d3c62380c224c7d553f597c1f574
* Fix debug symbol emission

* src/comp.c (Fcomp__compile_ctxt_to_file): Now that we do not
rely anymore on globlal variables move logic in from
'Fcomp__init_ctxt' so comp.debug is already set correctly.
src/comp.c