]> git.eshelyaron.com Git - emacs.git/commit
Pacify GCC setjmp/longjmp warning
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 May 2017 21:21:19 +0000 (14:21 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 6 May 2017 21:25:13 +0000 (14:25 -0700)
commit0a13c725132ade2709da217cac70e3847a387c58
treec7e756621c54a8a149e6ef871358fe24d75d201b
parentcea3b22bc742699d60c33194b73b391c05a2456d
Pacify GCC setjmp/longjmp warning

* src/eval.c (internal_lisp_condition_case): Do not modify local
var VAR, to pacify GCC’s setjmp/longjmp warning which in some
cases mistakenly diagnoses VAR possibly being modified between a
setjmp and a longjmp.
src/eval.c