]> git.eshelyaron.com Git - emacs.git/commit
Correct implementations of FLIPRGON and FLIPRGOFF
authorPo Lu <luangruo@yahoo.com>
Sun, 14 Jan 2024 13:06:10 +0000 (21:06 +0800)
committerEshel Yaron <me@eshelyaron.com>
Sun, 14 Jan 2024 15:15:53 +0000 (16:15 +0100)
commit421ab45cc85d1de80fc0f075c171c7c7d893055a
tree188929c2eed9d9117a9ceb40ddb4cf7a7879c027
parent0fff915f3a4346a4e79ce701b309811549dcd18c
Correct implementations of FLIPRGON and FLIPRGOFF

* src/sfnt.c (sfnt_interpret_fliprgoff)
(sfnt_interpret_fliprgon): Reorder arguments to match
the order in which arguments are popped by macro wrappers.
Fix sundry typos.

(cherry picked from commit dd83db2e23062642ab964bad226146a8bdac1349)
src/sfnt.c