]> git.eshelyaron.com Git - emacs.git/commitdiff
s/darwin.h (GC_MARK_STACK): Define.
authorAndrew Choi <akochoi@shaw.ca>
Sun, 12 Oct 2003 23:38:07 +0000 (23:38 +0000)
committerAndrew Choi <akochoi@shaw.ca>
Sun, 12 Oct 2003 23:38:07 +0000 (23:38 +0000)
src/ChangeLog
src/s/darwin.h

index b7b8394c87e04b42ec5cf72df7ea85fb9bd20be6..c408b680336260bfccde01625bd4b9319dff081d 100644 (file)
@@ -1,3 +1,7 @@
+2003-10-12  Andrew Choi  <akochoi@shaw.ca>
+
+       * s/darwin.h (GC_MARK_STACK): Define.
+
 2003-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * window.c (shrink_windows): New function.
index 5f2aa0ca309c3c89fa40c1ee794a8776ea571422..32db3e3364b73070471bf7e7b9117297b17289ef 100644 (file)
@@ -317,5 +317,9 @@ struct kboard;
 #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) */