aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
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) */