]> git.eshelyaron.com Git - emacs.git/commit
Revert "Add new `swap` macro and use it"
authorPo Lu <luangruo@yahoo.com>
Sat, 6 Jan 2024 07:28:14 +0000 (15:28 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 6 Jan 2024 07:28:14 +0000 (15:28 +0800)
commit657275529e31226bbc6c92eb7f7af887474a0bb8
tree1a2091dfb27b9932c6e17a18f458f52b4c1ecc4d
parent2f59052602e71fb818dd5d671be119793864e712
Revert "Add new `swap` macro and use it"

typeof is an extension which does not exist in Standard C, so macros
using it are unsuitable for inclusion in Emacs.

This reverts commit 37889523278fe65733938fb11c3701898309961c.
14 files changed:
lwlib/xlwmenu.c
src/androidterm.c
src/buffer.c
src/dispnew.c
src/editfns.c
src/eval.c
src/fns.c
src/lisp.h
src/regex-emacs.c
src/textconv.c
src/textprop.c
src/w32uniscribe.c
src/xfaces.c
src/xterm.c