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/s-mac.h


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

Index: emacs/mac/inc/s-mac.h
diff -c emacs/mac/inc/s-mac.h:1.3 emacs/mac/inc/s-mac.h:1.4
*** emacs/mac/inc/s-mac.h:1.3   Mon Sep  1 15:45:44 2003
--- emacs/mac/inc/s-mac.h       Mon Dec 27 17:23:53 2004
***************
*** 255,260 ****
--- 255,264 ----
  #include <unistd.h>
  #endif
  
+ #ifndef X_OK
+ #define X_OK 01
+ #endif
+ 
  #undef unlink
  #define unlink sys_unlink
  #undef read
***************
*** 319,323 ****
--- 323,337 ----
  
  #define SYMS_SYSTEM syms_of_mac()
  
+ #ifdef USE_LSB_TAG
+ #ifdef __MRC__
+ #define DECL_ALIGN(type, var) type var
+ #endif
+ #endif
+ 
+ /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the
+    stack.  */
+ #define GC_MARK_STACK   GC_MAKE_GCPROS_NOOPS
+ 
  /* arch-tag: 6a941c4b-a419-4d25-80ac-9335053e58b2
     (do not change this comment) */




reply via email to

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