]> git.eshelyaron.com Git - emacs.git/commit
* lisp.h (DEFINE_GDB_SYMBOL_ENUM): Remove.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Sep 2014 16:52:50 +0000 (09:52 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 10 Sep 2014 16:52:50 +0000 (09:52 -0700)
commitc9c0610d077a6a31f2c2aa06f201936034837184
tree0068fdcf8a81a7b348eee1fb3b30f283a1099774
parent47003633639a963d2a911d51bf69f4e29d36ff53
* lisp.h (DEFINE_GDB_SYMBOL_ENUM): Remove.

These can generate a constant with the correct value but the wrong
width, which doesn't work as a printf argument.  All uses removed.
Problem reported by Dmitry Antipov in:
http://lists.gnu.org/archive/html/emacs-devel/2014-09/msg00213.html
(ENUMABLE): Remove; no longer needed.
(ARRAY_MARK_FLAG_val, PSEUDOVECTOR_FLAG_val, VALMASK_val):
Remove; no longer needed because of the above change.
Each definiens moved to the only use.
src/ChangeLog
src/lisp.h