From 3f080e4e60bf30d3b1e14ff276bbbf0139c1e903 Mon Sep 17 00:00:00 2001 From: Andrew Choi Date: Sun, 12 Oct 2003 23:38:07 +0000 Subject: [PATCH] s/darwin.h (GC_MARK_STACK): Define. --- src/ChangeLog | 4 ++++ src/s/darwin.h | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index b7b8394c87e..c408b680336 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2003-10-12 Andrew Choi + + * s/darwin.h (GC_MARK_STACK): Define. + 2003-10-12 Jan Dj,Ad(Brv * window.c (shrink_windows): New function. 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) */ -- 2.39.2