]> git.eshelyaron.com Git - emacs.git/commit
Fix the GNUstep build
authorPo Lu <luangruo@yahoo.com>
Wed, 5 Jun 2024 08:41:52 +0000 (16:41 +0800)
committerEshel Yaron <me@eshelyaron.com>
Wed, 5 Jun 2024 10:15:47 +0000 (12:15 +0200)
commitbe9ea2fe1dd55326efdbbcbc3a3ade4817ca7577
treed6308245bd47f7bf6c0e28b8969f7b6b58f5c25d
parent6edc252fcbb1cd5349046e5f40bf6aca27c47e43
Fix the GNUstep build

* src/Makefile.in (NON_OBJC_CFLAGS): Add
-Wflex-array-member-not-at-end.

* src/lisp.h (flush_stack_call_func): "asm" is unavailable in
Objective C.

* src/nsfns.m (ns_make_frame_key_window): Delete unused
function.

(cherry picked from commit 533ed7b221ab40be217e951e925739360e457b50)
src/Makefile.in
src/lisp.h
src/nsfns.m