aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
diff options
context:
space:
mode:
authorDan Nicolaescu2008-01-13 00:43:55 +0000
committerDan Nicolaescu2008-01-13 00:43:55 +0000
commite39a993cce3b5d82cb997e34200a5395c315e3a6 (patch)
treebef5f75e893c2c4e958764fb9f7b359c27aa3847 /src/m
parent8d8ccf3636b6ae7f296ac4613b2dc87c7b159599 (diff)
downloademacs-e39a993cce3b5d82cb997e34200a5395c315e3a6.tar.gz
emacs-e39a993cce3b5d82cb997e34200a5395c315e3a6.zip
* movemail.c:
* make-docfile.c: Remove reference to symbols defined by systems not supported anymore: MAC_OS8, XENIX and STRIDE. * (src/m/mips.h): * (src/m/intel386.h): * callproc.c: * config.in: * ecrt0.c: * emacs.c: * fileio.c: * frame.c: * getpagesize.h: * keyboard.c: * lread.c: * process.c: * puresize.h: * sysdep.c: * systty.h: * syswait.h: * unexec.c: * xdisp.c: * alloc.c: Remove code containing references to symbols defined by unsupported systems.
Diffstat (limited to 'src/m')
-rw-r--r--src/m/intel386.h11
-rw-r--r--src/m/mips.h8
2 files changed, 4 insertions, 15 deletions
diff --git a/src/m/intel386.h b/src/m/intel386.h
index 6ea2bbc60c6..17969dd16e4 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -85,17 +85,6 @@ NOTE-END */
85 85
86#define DOT_GLOBAL_START 86#define DOT_GLOBAL_START
87 87
88#ifdef XENIX
89/* Data type of load average, as read out of kmem. */
90#define LOAD_AVE_TYPE short
91
92/* Convert that into an integer that is 100 for a load average of 1.0 */
93#define LOAD_AVE_CVT(x) (((double) (x)) * 100.0 / FSCALE)
94
95#define FSCALE 256.0 /* determined by experimentation... */
96#endif
97
98
99#ifdef SOLARIS2 88#ifdef SOLARIS2
100/* Data type of load average, as read out of kmem. */ 89/* Data type of load average, as read out of kmem. */
101#define LOAD_AVE_TYPE long 90#define LOAD_AVE_TYPE long
diff --git a/src/m/mips.h b/src/m/mips.h
index 866a2a13742..f1401425603 100644
--- a/src/m/mips.h
+++ b/src/m/mips.h
@@ -130,7 +130,7 @@ NOTE-END */
130 130
131/* Alter some of the options used when linking. */ 131/* Alter some of the options used when linking. */
132 132
133#if !defined(NEWSOS5) && !defined(__linux__) 133#if !defined(__linux__)
134#ifdef BSD_SYSTEM 134#ifdef BSD_SYSTEM
135 135
136/* DECstations don't have this library. 136/* DECstations don't have this library.
@@ -161,7 +161,7 @@ NOTE-END */
161#endif 161#endif
162 162
163#endif /* not BSD_SYSTEM */ 163#endif /* not BSD_SYSTEM */
164#endif /* not NEWSOS5 && not __linux__ */ 164#endif /* not __linux__ */
165 165
166/* The standard definitions of these macros would work ok, 166/* The standard definitions of these macros would work ok,
167 but these are faster because the constants are short. */ 167 but these are faster because the constants are short. */
@@ -173,7 +173,7 @@ NOTE-END */
173 ((int)(type) << VALBITS) \ 173 ((int)(type) << VALBITS) \
174 + (((unsigned) (ptr) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS))) 174 + (((unsigned) (ptr) << (BITS_PER_INT-VALBITS)) >> (BITS_PER_INT-VALBITS)))
175 175
176#if !defined (NEWSOS5) && !defined (__linux__) 176#if !defined (__linux__)
177#ifdef USG 177#ifdef USG
178 178
179/* Cancel certain parts of standard sysV support. */ 179/* Cancel certain parts of standard sysV support. */
@@ -213,7 +213,7 @@ NOTE-END */
213#undef HAVE_UNION_WAIT 213#undef HAVE_UNION_WAIT
214#endif /* BSD_SYSTEM */ 214#endif /* BSD_SYSTEM */
215 215
216#endif /* not NEWSOS5 && not __linux__ */ 216#endif /* not __linux__ */
217 217
218/* arch-tag: 8fd020ee-78a7-4d87-96ce-6129f52f7bee 218/* arch-tag: 8fd020ee-78a7-4d87-96ce-6129f52f7bee
219 (do not change this comment) */ 219 (do not change this comment) */