]> git.eshelyaron.com Git - emacs.git/commit
Tune volatile in read_char
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 17 Aug 2024 02:02:55 +0000 (19:02 -0700)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Aug 2024 14:08:57 +0000 (16:08 +0200)
commit79d8ebf2dbcdf013594982b13c5e9381d2ad63fa
tree79424eaca18a40e81e6761ad707310ec44a5bd8d
parent3bddbfe30e2ca06b48bb8fa16c5b15c581e032d6
Tune volatile in read_char

* src/keyboard.c (read_char): Optimize access to a local volatile.

(cherry picked from commit 8c81818673ae9ff788c6e65fb90984f327b27964)
src/keyboard.c