emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/mac/inc/m-mac.h


From: YAMAMOTO Mitsuharu
Subject: [Emacs-diffs] Changes to emacs/mac/inc/m-mac.h
Date: Fri, 13 May 2005 04:49:16 -0400

Index: emacs/mac/inc/m-mac.h
diff -c emacs/mac/inc/m-mac.h:1.5 emacs/mac/inc/m-mac.h:1.6
*** emacs/mac/inc/m-mac.h:1.5   Mon Dec 27 17:23:53 2004
--- emacs/mac/inc/m-mac.h       Fri May 13 08:49:15 2005
***************
*** 80,98 ****
  
  #define VIRT_ADDR_VARIES
  
- /* Define C_ALLOCA if this machine does not support a true alloca
-    and the one written in C should be used instead.
-    Define HAVE_ALLOCA to say that the system provides a properly
-    working alloca function and it should be used.
-    Define neither one if an assembler-language alloca
-    in the file alloca.s should be used.  */
- 
- #ifdef __MRC__
- #define HAVE_ALLOCA
- #else
- #define C_ALLOCA
- #endif
- 
  /* 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
--- 80,85 ----
***************
*** 129,146 ****
  #define IEEE_FLOATING_POINT 1
  #endif
  
- #if 0
- /* The usual definition of XINT, which involves shifting, does not
-    sign-extend properly on this machine.  */
- 
- #define XINT(i) (((sign_extend_temp=(i)) & 0x00800000) \
-                ? (sign_extend_temp | 0xFF000000) \
-                : (sign_extend_temp & 0x00FFFFFF))
- 
- #ifdef emacs /* Don't do this when making xmakefile! */
- extern int sign_extend_temp;
- #endif
- #endif
- 
  /* arch-tag: 9e759031-ab7b-4c76-99d7-3ae94a98de38
     (do not change this comment) */
--- 116,120 ----




reply via email to

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