]> git.eshelyaron.com Git - emacs.git/commit
Fix build warning without XKB, Xmb, and XInput 2
authorPo Lu <luangruo@yahoo.com>
Wed, 19 Oct 2022 13:19:08 +0000 (21:19 +0800)
committerPo Lu <luangruo@yahoo.com>
Wed, 19 Oct 2022 13:33:05 +0000 (21:33 +0800)
commitccd0ad72f2fb2ccb96f826ecbefe495cb2bffc98
treed6982f105e8c35916fab41be036fc2fc10b56a6e
parent084ac1e5147558b448af41fbfebc0a99a578819c
Fix build warning without XKB, Xmb, and XInput 2

* src/xterm.c (handle_one_xevent): Avoid defining
USE_SAFE_ALLOCA when SAFE_ALLOCA is not actually used.
src/xterm.c