aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/iris4d.h
diff options
context:
space:
mode:
authorDan Nicolaescu2008-07-10 02:49:28 +0000
committerDan Nicolaescu2008-07-10 02:49:28 +0000
commitad76189a75b1be41dbc2cd2f9fb793cd2b403f57 (patch)
tree1f2fa3ca14cb3e05b7c040ac28f63eaecdf645db /src/m/iris4d.h
parentd2b5bbda451e8e10576e3145938c27c6171f6ae3 (diff)
downloademacs-ad76189a75b1be41dbc2cd2f9fb793cd2b403f57.tar.gz
emacs-ad76189a75b1be41dbc2cd2f9fb793cd2b403f57.zip
* 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.
Diffstat (limited to 'src/m/iris4d.h')
-rw-r--r--src/m/iris4d.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/m/iris4d.h b/src/m/iris4d.h
index bcff842fc35..89eee47d49b 100644
--- a/src/m/iris4d.h
+++ b/src/m/iris4d.h
@@ -28,11 +28,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
28 28
29#define NO_ARG_ARRAY 29#define NO_ARG_ARRAY
30 30
31/* Define WORD_MACHINE if addresses and such have
32 * to be corrected before they can be used as byte counts. */
33
34#undef WORD_MACHINE
35
36/* Now define a symbol for the cpu type, if your compiler 31/* Now define a symbol for the cpu type, if your compiler
37 does not define it automatically: 32 does not define it automatically:
38 Ones defined so far include vax, m68000, ns16000, pyramid, 33 Ones defined so far include vax, m68000, ns16000, pyramid,
@@ -59,22 +54,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
59 54
60#define EXPLICIT_SIGN_EXTEND 55#define EXPLICIT_SIGN_EXTEND
61 56
62/* jg@genmagic.genmagic.com (John Giannandrea) says this is unnecessary. */
63#if 0
64/* Data type of load average, as read out of kmem. */
65
66#define LOAD_AVE_TYPE long /* This doesn't quite work on the 4D */
67
68/* Convert that into an integer that is 100 for a load average of 1.0 */
69
70#define LOAD_AVE_CVT(x) (int)(((double)(x)*100)/1024.0)
71
72/* s-iris3-6.h uses /vmunix */
73
74#undef KERNEL_FILE
75#define KERNEL_FILE "/unix"
76#endif
77
78/* Define CANNOT_DUMP on machines where unexec does not work. 57/* Define CANNOT_DUMP on machines where unexec does not work.
79 Then the function dump-emacs will not be defined 58 Then the function dump-emacs will not be defined
80 and temacs will do (load "loadup") automatically unless told otherwise. */ 59 and temacs will do (load "loadup") automatically unless told otherwise. */