aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorAndrew Choi2003-10-12 23:38:07 +0000
committerAndrew Choi2003-10-12 23:38:07 +0000
commit3f080e4e60bf30d3b1e14ff276bbbf0139c1e903 (patch)
tree135cc23cde033c31d87efa04674c1c0015b92221 /src/s
parent583a618e46f4dfd8d987bf3158a46b0362505889 (diff)
downloademacs-3f080e4e60bf30d3b1e14ff276bbbf0139c1e903.tar.gz
emacs-3f080e4e60bf30d3b1e14ff276bbbf0139c1e903.zip
s/darwin.h (GC_MARK_STACK): Define.
Diffstat (limited to 'src/s')
-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;
317#define select sys_select 317#define select sys_select
318#endif 318#endif
319 319
320/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the
321 stack. */
322#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
323
320/* arch-tag: 481d443d-4f89-43ea-b5fb-49706d95fa41 324/* arch-tag: 481d443d-4f89-43ea-b5fb-49706d95fa41
321 (do not change this comment) */ 325 (do not change this comment) */