# HG changeset patch # User Andrew Choi # Date 1066001887 0 # Node ID 99773e17bcaf848efeca3971f2094d713538c5a2 # Parent 34537e2e1a058414effdc513a8e24ca5bf1989a8 s/darwin.h (GC_MARK_STACK): Define. diff -r 34537e2e1a05 -r 99773e17bcaf src/ChangeLog --- a/src/ChangeLog Sun Oct 12 18:22:42 2003 +0000 +++ b/src/ChangeLog Sun Oct 12 23:38:07 2003 +0000 @@ -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 -r 34537e2e1a05 -r 99773e17bcaf src/s/darwin.h --- a/src/s/darwin.h Sun Oct 12 18:22:42 2003 +0000 +++ b/src/s/darwin.h Sun Oct 12 23:38:07 2003 +0000 @@ -317,5 +317,9 @@ #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) */