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


From: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/mac/inc/config.h
Date: Mon, 27 Dec 2004 12:42:28 -0500

Index: emacs/mac/inc/config.h
diff -c emacs/mac/inc/config.h:1.4 emacs/mac/inc/config.h:1.5
*** emacs/mac/inc/config.h:1.4  Mon Sep  1 15:45:41 2003
--- emacs/mac/inc/config.h      Mon Dec 27 17:23:53 2004
***************
*** 261,267 ****
  
  /* #undef CRAY_STACKSEG_END */
  
! /* #undef UNEXEC_SRC unexelf.c
  
  /* #undef HAVE_LIBXBSD */
  /* #undef HAVE_XRMSETDATABASE */
--- 261,267 ----
  
  /* #undef CRAY_STACKSEG_END */
  
! /* #undef UNEXEC_SRC */
  
  /* #undef HAVE_LIBXBSD */
  /* #undef HAVE_XRMSETDATABASE */
***************
*** 367,372 ****
--- 367,379 ----
  /* #undef _XOPEN_SOURCE */
  
  #ifdef __MRC__
+ /* Use low-bits for tags.  If ENABLE_CHECKING is turned on together
+    with USE_LSB_TAG, optimization flags should be explicitly turned
+    off.  */
+ #define USE_LSB_TAG
+ #endif
+ 
+ #ifdef __MRC__
  #define EMACS_CONFIGURATION "macos-mpw"
  #else  /* Assume CodeWarrior */
  #define EMACS_CONFIGURATION "macos-cw"




reply via email to

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