changeset 52826:99773e17bcaf

s/darwin.h (GC_MARK_STACK): Define.
author Andrew Choi <akochoi@shaw.ca>
date Sun, 12 Oct 2003 23:38:07 +0000
parents 34537e2e1a05
children 7d76fa8c5eda
files src/ChangeLog src/s/darwin.h
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Sun Oct 12 18:22:42 2003 +0000
+++ b/src/ChangeLog	Sun Oct 12 23:38:07 2003 +0000
@@ -1,3 +1,7 @@
+2003-10-12  Andrew Choi  <akochoi@shaw.ca>
+
+	* s/darwin.h (GC_MARK_STACK): Define.
+
 2003-10-12  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
 	* window.c (shrink_windows): New function.
--- a/src/s/darwin.h	Sun Oct 12 18:22:42 2003 +0000
+++ b/src/s/darwin.h	Sun Oct 12 23:38:07 2003 +0000
@@ -317,5 +317,9 @@
 #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) */