mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-25 23:10:47 -08:00
s/darwin.h (GC_MARK_STACK): Define.
This commit is contained in:
parent
583a618e46
commit
3f080e4e60
2 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2003-10-12 Andrew Choi <akochoi@shaw.ca>
|
||||
|
||||
* s/darwin.h (GC_MARK_STACK): Define.
|
||||
|
||||
2003-10-12 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
|
||||
|
||||
* window.c (shrink_windows): New function.
|
||||
|
|
|
|||
|
|
@ -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) */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue