diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-07-06 21:06:45 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2003-07-06 21:06:45 +0000 |
commit | c74abe0afd969423d0be6b2477b146fbd8e27b18 (patch) | |
tree | fd794c5ce9b088084e724432649b5c3c06299543 /src/m/hp800.h | |
parent | 49723c0471a49ae0d66ab3e0aa0b771bbd85bd7e (diff) | |
download | emacs-c74abe0afd969423d0be6b2477b146fbd8e27b18.tar.gz |
(XSETMARKBIT): Remove unused macro.
Diffstat (limited to 'src/m/hp800.h')
-rw-r--r-- | src/m/hp800.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/m/hp800.h b/src/m/hp800.h index 5e4e0fd0ec6..bc51b31836a 100644 --- a/src/m/hp800.h +++ b/src/m/hp800.h @@ -1,5 +1,5 @@ /* machine description file for hp9000 series 800 machines. - Copyright (C) 1987, 2002 Free Software Foundation, Inc. + Copyright (C) 1987, 2002, 2003 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -69,7 +69,6 @@ Boston, MA 02111-1307, USA. */ ((var) = ((int)(type) << VALBITS) + (((unsigned) (ptr) << BITS_PER_INT-VALBITS) >> BITS_PER_INT-VALBITS)) #define XMARKBIT(a) ((a) < 0) -#define XSETMARKBIT(a,b) ((a) = ((b) ? (a)|MARKBIT : (a) & ~MARKBIT)) #if 0 /* Loses when sign bit of type field is set. */ #define XUNMARK(a) ((a) = (((a) << BITS_PER_INT-GCTYPEBITS-VALBITS) >> BITS_PER_INT-GCTYPEBITS-VALBITS)) |