]> git.eshelyaron.com Git - emacs.git/commit
Fix the DJGPP build
authorPo Lu <luangruo@yahoo.com>
Tue, 25 Mar 2025 02:34:40 +0000 (10:34 +0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 25 Mar 2025 18:19:51 +0000 (19:19 +0100)
commit81f5583d8a094f038036b5902db4a383edc5d1ea
treed72375a6463b078183ae8e9401272e24d3058704
parent431d18309ef71e167a0ffbe75f9e724220077e69
Fix the DJGPP build

* msdos/emacs.djl (.bss): Guarantee that lread.o is 8-byte
aligned.

* msdos/sed2v2.inp (ALIGNOF_INT, ALIGNOF_LONG)
(ALIGNOF_LONG_LONG): Correct typos.

* src/term.c (tty_free_frame_resources): Synchronize with
non-DOS variant.

(cherry picked from commit 49eab999f13fede351ab7700c1469ba6cbf3d6b8)
msdos/emacs.djl
msdos/sed2v2.inp
src/term.c