diff src/m/tekxd88.h @ 49600:23a1cea22d13

Trailing whitespace deleted.
author Juanma Barranquero <lekktu@gmail.com>
date Tue, 04 Feb 2003 14:56:31 +0000
parents afd7531a5181
children 695cf19ef79e d7ddb3e565de
line wrap: on
line diff
--- a/src/m/tekxd88.h	Tue Feb 04 13:30:45 2003 +0000
+++ b/src/m/tekxd88.h	Tue Feb 04 14:56:31 2003 +0000
@@ -48,7 +48,7 @@
 
 /* Use type int rather than a union, to represent Lisp_Object */
 /* This is desirable for most machines.  */
-#define NO_UNION_TYPE 
+#define NO_UNION_TYPE
 
 /* Define EXPLICIT_SIGN_EXTEND if XINT must explicitly sign-extend
    the 24-bit bit field into an int.  In other words, if bit fields
@@ -73,7 +73,7 @@
 
    Otherwise Emacs assumes that text space precedes data space,
    numerically.  */
-/* #define VIRT_ADDR_VARIES */ 
+/* #define VIRT_ADDR_VARIES */
 
 /* Define NO_REMAP if memory segmentation makes it not work well
    to change the boundary between the text section and data section
@@ -100,7 +100,7 @@
 #define HAVE_PTYS	/* XD88 SysV has PTYs. */
 #define SYSV_PTYS	/* Requires <termios.h> */
 
-#ifdef ghs  /* Stands for "Green Hills Software", defined only in /bin/cc */ 
+#ifdef ghs  /* Stands for "Green Hills Software", defined only in /bin/cc */
 /* -X18 means do not allocate programmer-defined local variables to a
    register unless they are declared register.  (Copied from perl-4.036
    Green Hills C hints file.  Might be needed for setjmp, I don't know.) */