emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/pfa50.h


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/m/pfa50.h
Date: Fri, 04 Apr 2003 01:23:56 -0500

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.  */




reply via email to

[Prev in Thread] Current Thread [Next in Thread]