]> git.eshelyaron.com Git - emacs.git/commit
Simplify CHAR_TABLE_REF_ASCII
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 May 2022 08:19:32 +0000 (01:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 31 May 2022 08:26:47 +0000 (01:26 -0700)
commit30966a6e67ff5b599a2906b9e336ab5744786f06
tree717f05572f606472a2f1026bec3d3cb0518ed6b6
parent82c05c034e1ecec49e4e8916b2cb6163d7a5bb74
Simplify CHAR_TABLE_REF_ASCII

* src/lisp.h (CHAR_TABLE_REF_ASCII): Refactor as a straightforward
for-loop.  Redo an if-then-else to be an (!if)-else-then as this
is a bit cleaner, and it also works around GCC bug 105755.
src/lisp.h