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/iris4d.h,v


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/src/m/iris4d.h,v
Date: Thu, 10 Jul 2008 02:49:31 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Dan Nicolaescu <dann>   08/07/10 02:49:29

Index: m/iris4d.h
===================================================================
RCS file: /cvsroot/emacs/emacs/src/m/iris4d.h,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -b -r1.43 -r1.44
--- m/iris4d.h  7 May 2008 07:05:58 -0000       1.43
+++ m/iris4d.h  10 Jul 2008 02:49:28 -0000      1.44
@@ -28,11 +28,6 @@
 
 #define NO_ARG_ARRAY
 
-/* Define WORD_MACHINE if addresses and such have
- * to be corrected before they can be used as byte counts.  */
-
-#undef WORD_MACHINE
-
 /* Now define a symbol for the cpu type, if your compiler
    does not define it automatically:
    Ones defined so far include vax, m68000, ns16000, pyramid,
@@ -59,22 +54,6 @@
 
 #define EXPLICIT_SIGN_EXTEND
 
-/* address@hidden (John Giannandrea) says this is unnecessary.  */
-#if 0
-/* Data type of load average, as read out of kmem.  */
-
-#define LOAD_AVE_TYPE long     /* This doesn't quite work on the 4D */
-
-/* Convert that into an integer that is 100 for a load average of 1.0  */
-
-#define LOAD_AVE_CVT(x) (int)(((double)(x)*100)/1024.0)
-
-/* s-iris3-6.h uses /vmunix */
-
-#undef KERNEL_FILE
-#define KERNEL_FILE "/unix"
-#endif
-
 /* Define CANNOT_DUMP on machines where unexec does not work.
    Then the function dump-emacs will not be defined
    and temacs will do (load "loadup") automatically unless told otherwise.  */




reply via email to

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