diff options
author | Andrew Choi <akochoi@shaw.ca> | 2003-10-12 23:38:07 +0000 |
---|---|---|
committer | Andrew Choi <akochoi@shaw.ca> | 2003-10-12 23:38:07 +0000 |
commit | 3f080e4e60bf30d3b1e14ff276bbbf0139c1e903 (patch) | |
tree | 135cc23cde033c31d87efa04674c1c0015b92221 /src/s/darwin.h | |
parent | 583a618e46f4dfd8d987bf3158a46b0362505889 (diff) | |
download | emacs-3f080e4e60bf30d3b1e14ff276bbbf0139c1e903.tar.gz |
s/darwin.h (GC_MARK_STACK): Define.
Diffstat (limited to 'src/s/darwin.h')
-rw-r--r-- | src/s/darwin.h | 4 |
1 files changed, 4 insertions, 0 deletions
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) */ |