]> git.eshelyaron.com Git - emacs.git/commit
Omit 2 ‘volatile’s in internal_lisp_condition_case
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 1 Feb 2025 22:09:06 +0000 (14:09 -0800)
committerEshel Yaron <me@eshelyaron.com>
Mon, 3 Feb 2025 11:15:07 +0000 (12:15 +0100)
commit0a5d5c81aa180672e66a364c3a8157c9e6fb910c
tree6d5e32e73ed12f7f79f60f57b6e290d906ed79e3
parent574b8f25db13a262e0f019f2f63a7a4f43e05257
Omit 2 ‘volatile’s in internal_lisp_condition_case

* src/eval.c (internal_lisp_condition_case): Omit an unnecessary
‘volatile’ and an unnecessary pointer-to-volatile local var.
Perhaps these were needed in previous versions of Emacs, or to
pacify older versions of GCC when using --enable-gcc-warnings,
but they are not needed to pacify current GCC.

(cherry picked from commit c91c591f0f0cc774647c32bdcf05bb3a9551e340)
src/eval.c