aboutsummaryrefslogtreecommitdiffstats
path: root/src/m/intel386.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/intel386.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/intel386.h')
-rw-r--r--src/m/intel386.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index a42af80ec43..540760cd575 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -57,18 +57,6 @@ NOTE-END */
57 57
58/* #define NO_ARG_ARRAY */ 58/* #define NO_ARG_ARRAY */
59 59
60/* Define WORD_MACHINE if addresses and such have
61 * to be corrected before they can be used as byte counts. */
62
63/* #define WORD_MACHINE */
64
65/* Now define a symbol for the cpu type, if your compiler
66 does not define it automatically:
67 Ones defined so far include vax, m68000, ns16000, pyramid,
68 orion, tahoe, APOLLO and many others */
69
70#define INTEL386
71
72/* Use type int rather than a union, to represent Lisp_Object */ 60/* Use type int rather than a union, to represent Lisp_Object */
73 61
74#define NO_UNION_TYPE 62#define NO_UNION_TYPE
@@ -96,17 +84,6 @@ NOTE-END */
96 And handa@etl.gov.jp says that -lkvm needs -llelf, at least on 2.5. */ 84 And handa@etl.gov.jp says that -lkvm needs -llelf, at least on 2.5. */
97#define LIBS_MACHINE -lkvm -lelf 85#define LIBS_MACHINE -lkvm -lelf
98 86
99#ifndef SOLARIS2_4
100/* J.W.hawtin@lut.ac.uk says Solaris 2.1 on the X86 has FSCALE defined in a
101 system header. */
102#else /* SOLARIS2_4 */
103#ifndef __GNUC__
104#if 0 /* wisner@gryphon.com says this screws up cpp */
105#define C_SWITCH_MACHINE -Xa
106#endif
107#endif /* not __GNUC__ */
108#endif /* SOLARIS2_4 */
109
110/* configure thinks solaris X86 has gethostname, but it does not work, 87/* configure thinks solaris X86 has gethostname, but it does not work,
111 so undefine it. */ 88 so undefine it. */
112#undef HAVE_GETHOSTNAME 89#undef HAVE_GETHOSTNAME