]> code.delx.au - gnu-emacs/commitdiff
* m/pfa50.h (VALBITS, VALMASK, XTYPE): Deleted.
authorKen Raeburn <raeburn@raeburn.org>
Mon, 22 Jul 2002 00:08:26 +0000 (00:08 +0000)
committerKen Raeburn <raeburn@raeburn.org>
Mon, 22 Jul 2002 00:08:26 +0000 (00:08 +0000)
(DATA_SEG_BITS): Define.

src/m/pfa50.h

index 457ea06ff125a291db7bdec9c388af35f186065f..c417a1d58ad46d75f5f01f65d84fb0c79ce6c503 100644 (file)
@@ -64,12 +64,8 @@ Boston, MA 02111-1307, USA.  */
 #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.  */