]> git.eshelyaron.com Git - emacs.git/commit
Port unused decls to C2x
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Oct 2021 03:04:09 +0000 (20:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 4 Oct 2021 03:05:09 +0000 (20:05 -0700)
commitd00f3d4c05713254b3fec19601f6944442b956ff
treea7a680a2568877d56e70cfc579f9c5a6f0ea00d5
parent317eb2d5b54e6c65a3bdcf2964d2b8d2232b4a13
Port unused decls to C2x

* src/conf_post.h (ATTRIBUTE_UNUSED): Remove.  All uses replaced
by MAYBE_UNUSED, and moved to start as needed for C2x.
src/conf_post.h
src/process.c
src/unexcw.c
src/xterm.c