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/tekxd88.h


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/m/tekxd88.h
Date: Tue, 04 Feb 2003 09:03:37 -0500

Index: emacs/src/m/tekxd88.h
diff -c emacs/src/m/tekxd88.h:1.15 emacs/src/m/tekxd88.h:1.16
*** emacs/src/m/tekxd88.h:1.15  Mon Nov 18 11:42:38 2002
--- emacs/src/m/tekxd88.h       Tue Feb  4 09:03:18 2003
***************
*** 48,54 ****
  
  /* Use type int rather than a union, to represent Lisp_Object */
  /* This is desirable for most machines.  */
! #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
--- 48,54 ----
  
  /* Use type int rather than a union, to represent Lisp_Object */
  /* This is desirable for most machines.  */
! #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,79 ****
  
     Otherwise Emacs assumes that text space precedes data space,
     numerically.  */
! /* #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
--- 73,79 ----
  
     Otherwise Emacs assumes that text space precedes data space,
     numerically.  */
! /* #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,106 ****
  #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 */ 
  /* -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.) */
--- 100,106 ----
  #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 */
  /* -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.) */




reply via email to

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