emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/s/darwin.h [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/s/darwin.h [lexbind]
Date: Tue, 14 Oct 2003 19:23:12 -0400

Index: emacs/src/s/darwin.h
diff -c emacs/src/s/darwin.h:1.1.2.1 emacs/src/s/darwin.h:1.1.2.2
*** emacs/src/s/darwin.h:1.1.2.1        Fri Apr  4 01:21:12 2003
--- emacs/src/s/darwin.h        Tue Oct 14 19:22:53 2003
***************
*** 316,318 ****
--- 316,325 ----
  #if defined (HAVE_CARBON) && (defined (emacs) || defined (temacs))
  #define select sys_select
  #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: 481d443d-4f89-43ea-b5fb-49706d95fa41
+    (do not change this comment) */




reply via email to

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