emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/m/intel386.h,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/m/intel386.h,v
Date: Sun, 13 Jan 2008 00:43:57 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/01/13 00:43:56

Index: src/m/intel386.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/intel386.h,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -b -r1.46 -r1.47
--- src/m/intel386.h    8 Jan 2008 20:44:07 -0000       1.46
+++ src/m/intel386.h    13 Jan 2008 00:43:52 -0000      1.47
@@ -85,17 +85,6 @@
 
 #define DOT_GLOBAL_START
 
-#ifdef XENIX
-/* Data type of load average, as read out of kmem.  */
-#define LOAD_AVE_TYPE short
-
-/* Convert that into an integer that is 100 for a load average of 1.0  */
-#define LOAD_AVE_CVT(x) (((double) (x)) * 100.0 / FSCALE)
-
-#define FSCALE 256.0         /* determined by experimentation...  */
-#endif
-
-
 #ifdef SOLARIS2
 /* Data type of load average, as read out of kmem.  */
 #define LOAD_AVE_TYPE long




reply via email to

[Prev in Thread] Current Thread [Next in Thread]