diff options
| author | Karoly Lorentey | 2004-07-13 15:45:15 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-07-13 15:45:15 +0000 |
| commit | 4cb2afc64f004ba91ff0bd37cf8ca6669b228988 (patch) | |
| tree | ebf8a9fc7d69d2282e75f28087cb9245f97e9865 /src/alloc.c | |
| parent | 1705c9330e905dc35f95ad9b79d32d59db214433 (diff) | |
| parent | 23b8b1803172cf4749f0260b79a89bb2ee391e79 (diff) | |
| download | emacs-4cb2afc64f004ba91ff0bd37cf8ca6669b228988.tar.gz emacs-4cb2afc64f004ba91ff0bd37cf8ca6669b228988.zip | |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-450
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-451
Update from CVS: lisp/subr.el (get-buffer-window-list): Doc fix.
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-452
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-453
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-218
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c index 5dc8d186369..955f274c270 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -5035,6 +5035,7 @@ mark_object (arg) | |||
| 5035 | break; | 5035 | break; |
| 5036 | 5036 | ||
| 5037 | case Lisp_Misc_Save_Value: | 5037 | case Lisp_Misc_Save_Value: |
| 5038 | #if GC_MARK_STACK | ||
| 5038 | { | 5039 | { |
| 5039 | register struct Lisp_Save_Value *ptr = XSAVE_VALUE (obj); | 5040 | register struct Lisp_Save_Value *ptr = XSAVE_VALUE (obj); |
| 5040 | /* If DOGC is set, POINTER is the address of a memory | 5041 | /* If DOGC is set, POINTER is the address of a memory |
| @@ -5047,6 +5048,7 @@ mark_object (arg) | |||
| 5047 | mark_maybe_object (*p); | 5048 | mark_maybe_object (*p); |
| 5048 | } | 5049 | } |
| 5049 | } | 5050 | } |
| 5051 | #endif | ||
| 5050 | break; | 5052 | break; |
| 5051 | 5053 | ||
| 5052 | case Lisp_Misc_Overlay: | 5054 | case Lisp_Misc_Overlay: |