[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/m/vax.h,v
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/src/m/vax.h,v |
Date: |
Thu, 31 Jul 2008 05:34:21 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Changes by: Dan Nicolaescu <dann> 08/07/31 05:33:56
Index: src/m/vax.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/vax.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -b -r1.24 -r1.25
--- src/m/vax.h 24 Jul 2008 18:39:48 -0000 1.24
+++ src/m/vax.h 31 Jul 2008 05:33:55 -0000 1.25
@@ -25,11 +25,6 @@
NOTE-START
The vax (-machine=vax) runs zillions of different operating systems.
-Vax running VMS (-opsystem=vms)
-
- 18.36 believed to work. Addition of features is necessary to make
- this Emacs version more usable.
-
NOTE-END */
/* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word
@@ -57,18 +52,6 @@
#endif /* BSD_SYSTEM */
-#ifdef VMS
-
-/* Data type of load average, as read out of driver. */
-
-#define LOAD_AVE_TYPE float
-
-/* Convert that into an integer that is 100 for a load average of 1.0 */
-
-#define LOAD_AVE_CVT(x) ((int) ((x) * 100.0))
-
-#endif /* VMS */
-
#ifdef BSD4_2
#define HAVE_FTIME
#endif