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: Steven Tamm
Subject: [Emacs-diffs] Changes to emacs/mac/inc/m-mac.h
Date: Mon, 27 Dec 2004 12:42:30 -0500

Index: emacs/mac/inc/m-mac.h
diff -c emacs/mac/inc/m-mac.h:1.4 emacs/mac/inc/m-mac.h:1.5
*** emacs/mac/inc/m-mac.h:1.4   Mon Sep  1 15:45:43 2003
--- emacs/mac/inc/m-mac.h       Mon Dec 27 17:23:53 2004
***************
*** 87,94 ****
     Define neither one if an assembler-language alloca
     in the file alloca.s should be used.  */
  
  #define C_ALLOCA
! /* #define HAVE_ALLOCA */
  
  /* Define NO_REMAP if memory segmentation makes it not work well
     to change the boundary between the text section and data section
--- 87,97 ----
     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




reply via email to

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