mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 12:40:49 -08:00
(MARKBIT): Remove unused macro.
This commit is contained in:
parent
2f19ece7fd
commit
766ec949f8
1 changed files with 0 additions and 5 deletions
|
|
@ -140,11 +140,6 @@ NOTE-END */
|
|||
|
||||
#define VALBITS 60
|
||||
|
||||
/* This definition of MARKBIT is necessary because of the comparison of
|
||||
ARRAY_MARK_FLAG and MARKBIT in an #if in lisp.h, which cpp doesn't like. */
|
||||
|
||||
#define MARKBIT 0x8000000000000000L
|
||||
|
||||
#define LINKER $(CC) -nostdlib
|
||||
|
||||
/* Define XINT and XUINT so that they can take arguments of type int */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue