X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fm%2Fpfa50.h;h=9161bd832e4dcdd4a5687d4ca3aeaf414a22347b;hb=112b4eb6a71cd613a534b4246b4cc024ed9bf22e;hp=110030dad782cbf5bf42a5ab8b0479d81e137612;hpb=6883ee56ec887c2c48abe5b06b5e66aa74031910;p=chise%2Fxemacs-chise.git- diff --git a/src/m/pfa50.h b/src/m/pfa50.h index 110030d..9161bd8 100644 --- a/src/m/pfa50.h +++ b/src/m/pfa50.h @@ -25,10 +25,6 @@ Boston, MA 02111-1307, USA. */ #define m68000 #define mc68000 1 -/* XINT must explicitly sign-extend */ - -#define EXPLICIT_SIGN_EXTEND - /* Define NO_REMAP if memory segmentation makes it not work well to change the boundary between the text section and data section when Emacs is dumped. If you define this, the preloaded Lisp @@ -51,17 +47,6 @@ 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) & GCTYPEMASK)) */ -#define XTYPE(a) ((enum Lisp_Type) (((a) >> ((VALBITS) + 1)) & GCTYPEMASK)) - -#endif /* pfa50, pfa70 */ - /* SX/A has alloca in the PW library. */ #define LIB_STANDARD "-lPW -lc"