From: Andrew Choi Date: Sun, 12 Oct 2003 23:38:07 +0000 (+0000) Subject: s/darwin.h (GC_MARK_STACK): Define. X-Git-Tag: ttn-vms-21-2-B4~8561 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3f080e4e60bf30d3b1e14ff276bbbf0139c1e903;p=emacs.git s/darwin.h (GC_MARK_STACK): Define. --- 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) */