X-Git-Url: https://git.hcoop.net/bpt/emacs.git/blobdiff_plain/7127b760aed65cd08fbba67b8ad14f1840532b45..1f5d53eb532df40b6c41d25a8b1eaf4ccf69d518:/src/m/alpha.h diff --git a/src/m/alpha.h b/src/m/alpha.h index 9ae089bfc5..3a27cfd65d 100644 --- a/src/m/alpha.h +++ b/src/m/alpha.h @@ -29,12 +29,6 @@ along with GNU Emacs. If not, see . */ /* __alpha defined automatically */ -/* Data type of load average, as read out of kmem. */ -#define LOAD_AVE_TYPE long - -/* Convert that into an integer that is 100 for a load average of 1.0 */ -#define LOAD_AVE_CVT(x) (int) (((double) (x)) * 100.0 / FSCALE) - #ifdef __ELF__ #if !defined(GNU_LINUX) && !defined(__NetBSD__) @@ -57,4 +51,3 @@ along with GNU Emacs. If not, see . */ Define DBL_MIN_REPLACEMENT to be the next value larger than DBL_MIN: this avoids the assembler bug. */ #define DBL_MIN_REPLACEMENT 2.2250738585072019e-308 -