X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fm%2Farm.h;h=fe9b01b07e13349dc1e496003c690f8623900a20;hp=2bf2940b5ed36e812dac8d19d4e122300064a68c;hb=3890a2e3064a7f562107c58e59d928284ec04741;hpb=a4106e305f464a1d09e395329e2426f7759a4281 diff --git a/src/m/arm.h b/src/m/arm.h index 2bf2940..fe9b01b 100644 --- a/src/m/arm.h +++ b/src/m/arm.h @@ -20,11 +20,6 @@ Boston, MA 02111-1307, USA. */ /* Synched up with: FSF 19.31. */ -/* Define WORD_MACHINE if addresses and such have - * to be corrected before they can be used as byte counts. */ - -#undef WORD_MACHINE - /* Now define a symbol for the cpu type, if your compiler does not define it automatically: Ones defined so far include vax, m68000, ns16000, pyramid, @@ -93,10 +88,6 @@ Boston, MA 02111-1307, USA. */ #endif /* USG */ -#ifdef USG5_4 -#define DATA_SEG_BITS 0x08000000 -#endif - #ifdef MSDOS #define NO_REMAP #endif @@ -116,17 +107,6 @@ Boston, MA 02111-1307, USA. */ #define SEGMENT_MASK ((SEGMENT_SIZE)-1) #endif -#if 0 -#ifdef __GNUC__ -/* GCC's alloca() is semi-broken. See lisp.h. - - This brokenness has been confirmed under both Linux and NetBSD. - It may also exist on non-Intel architectures. */ -#define BROKEN_ALLOCA_IN_FUNCTION_CALLS -#endif -#endif - - /* XEmacs change: John Hughes says using vfork under i386-unknown-sysv4.2 makes C-g sometimes cause a SIGSEGV in TTY mode; the problem goes away if you use fork */