summaryrefslogtreecommitdiff
path: root/src/s/darwin.h
diff options
context:
space:
mode:
authorAndrew Choi <akochoi@shaw.ca>2003-10-12 23:38:07 +0000
committerAndrew Choi <akochoi@shaw.ca>2003-10-12 23:38:07 +0000
commit3f080e4e60bf30d3b1e14ff276bbbf0139c1e903 (patch)
tree135cc23cde033c31d87efa04674c1c0015b92221 /src/s/darwin.h
parent583a618e46f4dfd8d987bf3158a46b0362505889 (diff)
downloademacs-3f080e4e60bf30d3b1e14ff276bbbf0139c1e903.tar.gz
s/darwin.h (GC_MARK_STACK): Define.
Diffstat (limited to 'src/s/darwin.h')
-rw-r--r--src/s/darwin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/s/darwin.h b/src/s/darwin.h
index 5f2aa0ca309..32db3e3364b 100644
--- a/src/s/darwin.h
+++ b/src/s/darwin.h
@@ -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) */