aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKen Raeburn2002-07-22 00:08:26 +0000
committerKen Raeburn2002-07-22 00:08:26 +0000
commita974d5e349e6533f2a69788267a039f2adfb0038 (patch)
tree5fd60cb6db5cfb1de9f72a5a169d929691afb4bf /src
parent9a1f58481270a19e0316834c39795ba70ac18b56 (diff)
downloademacs-a974d5e349e6533f2a69788267a039f2adfb0038.tar.gz
emacs-a974d5e349e6533f2a69788267a039f2adfb0038.zip
* m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
(DATA_SEG_BITS): Define.
Diffstat (limited to 'src')
-rw-r--r--src/m/pfa50.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/m/pfa50.h b/src/m/pfa50.h
index 457ea06ff12..c417a1d58ad 100644
--- a/src/m/pfa50.h
+++ b/src/m/pfa50.h
@@ -64,12 +64,8 @@ Boston, MA 02111-1307, USA. */
64#define LD_SWITCH_MACHINE -e __start 64#define LD_SWITCH_MACHINE -e __start
65 65
66#if pfa50 || pfa70 66#if pfa50 || pfa70
67
68/* On A-50/60/70/80, data space has high order byte use. */ 67/* On A-50/60/70/80, data space has high order byte use. */
69#define VALBITS 26 68#define DATA_SEG_BITS 0x60000000
70#define VALMASK (((1<<VALBITS) - 1) | 0x60000000)
71#define XTYPE(a) ((enum Lisp_Type) (((a) >> VALBITS) & GCTYPEMASK))
72
73#endif /* pfa50, pfa70 */ 69#endif /* pfa50, pfa70 */
74 70
75/* SX/A has alloca in the PW library. */ 71/* SX/A has alloca in the PW library. */