aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRoland McGrath1993-06-09 20:28:35 +0000
committerRoland McGrath1993-06-09 20:28:35 +0000
commit5ac622b20185fdde788fe9786b7ab7edfc687b69 (patch)
tree0f58f9fdd5160ba75763dda9d3884ba31333bea3 /src
parent9e479734213b44569e418ddda97b692d59e5ae36 (diff)
downloademacs-5ac622b20185fdde788fe9786b7ab7edfc687b69.tar.gz
emacs-5ac622b20185fdde788fe9786b7ab7edfc687b69.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/getloadavg.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/getloadavg.c b/src/getloadavg.c
index c74f63d0674..339e9ba419a 100644
--- a/src/getloadavg.c
+++ b/src/getloadavg.c
@@ -142,6 +142,8 @@
142 142
143 143
144/* VAX C can't handle multi-line #ifs, or lines longer than 256 chars. */ 144/* VAX C can't handle multi-line #ifs, or lines longer than 256 chars. */
145#ifndef LOAD_AVE_TYPE
146
145#ifdef MORE_BSD 147#ifdef MORE_BSD
146#define LOAD_AVE_TYPE long 148#define LOAD_AVE_TYPE long
147#endif 149#endif
@@ -178,14 +180,15 @@
178#define LOAD_AVE_TYPE long 180#define LOAD_AVE_TYPE long
179#endif 181#endif
180 182
181#ifdef ardent && titan 183#if defined (ardent) && defined (titan)
182#define LOAD_AVE_TYPE long 184#define LOAD_AVE_TYPE long
183#endif 185#endif
184 186
185#ifdef tex4300 187#ifdef tek4300
186#define LOAD_AVE_TYPE long 188#define LOAD_AVE_TYPE long
187#endif 189#endif
188 190
191#endif /* No LOAD_AVE_TYPE. */
189 192
190#ifndef FSCALE 193#ifndef FSCALE
191 194