Omit duplicate definitions no longer needed with gcc -g3.
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 3 Nov 2012 18:19:50 +0000 (11:19 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 3 Nov 2012 18:19:50 +0000 (11:19 -0700)
commit0d879dca4648aa15bd3c9ae4ff8b6c39e0c07326
tree6dde5e70008e5c4ae3d50f0aa520ec11f65fd89b
parent85fabcb7ee546bf689727fb7b26f33414f55b46d
Omit duplicate definitions no longer needed with gcc -g3.

* lisp.h (GCTYPEBITS, GCALIGNMENT, ARRAY_MARK_FLAG, PSEUDOVECTOR_FLAG)
(VALMASK, MOST_POSITIVE_FIXNUM, MOST_NEGATIVE_FIXNUM):
Define only as macros.  There's no longer any need to also define
these symbols as enums or as constants, since we now assume
gcc -g3 when debugging.
src/ChangeLog
src/lisp.h