From ad76189a75b1be41dbc2cd2f9fb793cd2b403f57 Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Thu, 10 Jul 2008 02:49:28 +0000 Subject: * m/template.h: * m/sparc.h: * m/mips.h: * m/m68k.h: * m/iris4d.h: * m/intel386.h: * m/ibms390x.h: * m/ibms390.h: * m/ia64.h: * m/hp800.h: * m/arm.h: * m/amdx86-64.h: Remove dead code and references to unused and compiler defined symbols. --- src/m/iris4d.h | 21 --------------------- 1 file changed, 21 deletions(-) (limited to 'src/m/iris4d.h') diff --git a/src/m/iris4d.h b/src/m/iris4d.h index bcff842fc3..89eee47d49 100644 --- a/src/m/iris4d.h +++ b/src/m/iris4d.h @@ -28,11 +28,6 @@ along with GNU Emacs. If not, see . */ #define NO_ARG_ARRAY -/* 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, @@ -59,22 +54,6 @@ along with GNU Emacs. If not, see . */ #define EXPLICIT_SIGN_EXTEND -/* jg@genmagic.genmagic.com (John Giannandrea) says this is unnecessary. */ -#if 0 -/* Data type of load average, as read out of kmem. */ - -#define LOAD_AVE_TYPE long /* This doesn't quite work on the 4D */ - -/* Convert that into an integer that is 100 for a load average of 1.0 */ - -#define LOAD_AVE_CVT(x) (int)(((double)(x)*100)/1024.0) - -/* s-iris3-6.h uses /vmunix */ - -#undef KERNEL_FILE -#define KERNEL_FILE "/unix" -#endif - /* Define CANNOT_DUMP on machines where unexec does not work. Then the function dump-emacs will not be defined and temacs will do (load "loadup") automatically unless told otherwise. */ -- cgit v1.2.3