]> git.eshelyaron.com Git - emacs.git/commit
Refactor: less layering violation in composite.h
authorMattias Engdegård <mattiase@acm.org>
Mon, 30 Oct 2023 11:34:26 +0000 (12:34 +0100)
committerMattias Engdegård <mattiase@acm.org>
Fri, 12 Jan 2024 17:02:14 +0000 (18:02 +0100)
commit3da324fbd3c7e8e282585ed617efe6ae740acf1a
treebe641c145e1ddfd707fdbae04d14f8f0df286e43
parent22201dde773e5404f80baa1f59768e88d97a322a
Refactor: less layering violation in composite.h

Avoid using hash table internals directly.

* src/composite.h (COMPOSITION_KEY): New.
(COMPOSITION_GLYPH, COMPOSITION_RULE): Use COMPOSITION_KEY.
src/composite.h