[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/m/pfa50.h
From: |
Ken Raeburn |
Subject: |
[Emacs-diffs] Changes to emacs/src/m/pfa50.h |
Date: |
Sun, 21 Jul 2002 20:08:26 -0400 |
Index: emacs/src/m/pfa50.h
diff -c emacs/src/m/pfa50.h:1.13 emacs/src/m/pfa50.h:1.14
*** emacs/src/m/pfa50.h:1.13 Mon Apr 15 09:20:53 2002
--- emacs/src/m/pfa50.h Sun Jul 21 20:08:26 2002
***************
*** 64,75 ****
#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))
!
#endif /* pfa50, pfa70 */
/* SX/A has alloca in the PW library. */
--- 64,71 ----
#define LD_SWITCH_MACHINE -e __start
#if pfa50 || pfa70
/* On A-50/60/70/80, data space has high order byte use. */
! #define DATA_SEG_BITS 0x60000000
#endif /* pfa50, pfa70 */
/* SX/A has alloca in the PW library. */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/src/m/pfa50.h,
Ken Raeburn <=