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


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

Index: emacs/src/m/convex.h
diff -c emacs/src/m/convex.h:1.16 emacs/src/m/convex.h:1.17
*** emacs/src/m/convex.h:1.16   Mon Apr 15 09:17:04 2002
--- emacs/src/m/convex.h        Tue Feb  4 09:03:18 2003
***************
*** 19,25 ****
  Boston, MA 02111-1307, USA.  */
  
  
! /* The following line tells the configuration script what sort of 
     operating system this machine is likely to run.
     USUAL-OPSYS="bsd4-3"  */
  
--- 19,25 ----
  Boston, MA 02111-1307, USA.  */
  
  
! /* The following line tells the configuration script what sort of
     operating system this machine is likely to run.
     USUAL-OPSYS="bsd4-3"  */
  
***************
*** 38,44 ****
   * to be corrected before they can be used as byte counts.  */
  
  /* #define WORD_MACHINE */
!   
  /* Now define a symbol for the cpu type, if your compiler
     does not define it automatically.  */
  #ifndef convex  /* The compiler doesn't always do this.  */
--- 38,44 ----
   * to be corrected before they can be used as byte counts.  */
  
  /* #define WORD_MACHINE */
! 
  /* Now define a symbol for the cpu type, if your compiler
     does not define it automatically.  */
  #ifndef convex  /* The compiler doesn't always do this.  */
***************
*** 54,60 ****
                    and Ralph Sobek <address@hidden> agree
                    must ignore one arg when compiled with convex compiler.  */
  #define CRT0_DUMMIES ignore,
! #else 
  #define CRT0_DUMMIES
  #endif
  
--- 54,60 ----
                    and Ralph Sobek <address@hidden> agree
                    must ignore one arg when compiled with convex compiler.  */
  #define CRT0_DUMMIES ignore,
! #else
  #define CRT0_DUMMIES
  #endif
  
***************
*** 86,94 ****
  /*#define VIRT_ADDR_VARIES*/
  
  /* Must use the system's termcap.  It does special things.  */
!   
  #define LIBS_TERMCAP -ltermcap
!   
  /* Define NO_REMAP if memory segmentation makes it not work well
     to change the boundary between the text section and data section
     when Emacs is dumped.  If you define this, the preloaded Lisp
--- 86,94 ----
  /*#define VIRT_ADDR_VARIES*/
  
  /* Must use the system's termcap.  It does special things.  */
! 
  #define LIBS_TERMCAP -ltermcap
! 
  /* Define NO_REMAP if memory segmentation makes it not work well
     to change the boundary between the text section and data section
     when Emacs is dumped.  If you define this, the preloaded Lisp




reply via email to

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