Mercurial > emacs
changeset 46609:57e7eb824978
* m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
(DATA_SEG_BITS): Define.
author | Ken Raeburn <raeburn@raeburn.org> |
---|---|
date | Mon, 22 Jul 2002 00:08:26 +0000 |
parents | b11c3e06693b |
children | 1eb106a10198 |
files | src/m/pfa50.h |
diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/pfa50.h Mon Jul 22 00:08:23 2002 +0000 +++ b/src/m/pfa50.h Mon Jul 22 00:08:26 2002 +0000 @@ -64,12 +64,8 @@ #define LD_SWITCH_MACHINE -e __start #if pfa50 || pfa70 - /* On A-50/60/70/80, data space has high order byte use. */ -#define VALBITS 26 -#define VALMASK (((1<<VALBITS) - 1) | 0x60000000) -#define XTYPE(a) ((enum Lisp_Type) (((a) >> VALBITS) & GCTYPEMASK)) - +#define DATA_SEG_BITS 0x60000000 #endif /* pfa50, pfa70 */ /* SX/A has alloca in the PW library. */