aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/darwin.h4
2 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b7b8394c87e..c408b680336 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-10-12 Andrew Choi <akochoi@shaw.ca>
2
3 * s/darwin.h (GC_MARK_STACK): Define.
4
12003-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 52003-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
2 6
3 * window.c (shrink_windows): New function. 7 * 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;
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) */