diff options
| author | Karl Heuer | 1996-09-01 21:04:32 +0000 |
|---|---|---|
| committer | Karl Heuer | 1996-09-01 21:04:32 +0000 |
| commit | e3678b64333787df03e203b1ed5a4c2ec76d0272 (patch) | |
| tree | 1477eeda61aa36cf198eeb1af76a351bb424464c /src/alloc.c | |
| parent | 8c09486ac8aff2efb726ea76a58bcbac030b7bfa (diff) | |
| download | emacs-e3678b64333787df03e203b1ed5a4c2ec76d0272.tar.gz emacs-e3678b64333787df03e203b1ed5a4c2ec76d0272.zip | |
Removed support for !MULTI_FRAME.
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/alloc.c b/src/alloc.c index 2e48c918dd0..a1376ba118a 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -1802,7 +1802,6 @@ mark_object (argptr) | |||
| 1802 | objptr = (Lisp_Object *) &ptr1->contents[COMPILED_CONSTANTS]; | 1802 | objptr = (Lisp_Object *) &ptr1->contents[COMPILED_CONSTANTS]; |
| 1803 | goto loop; | 1803 | goto loop; |
| 1804 | } | 1804 | } |
| 1805 | #ifdef MULTI_FRAME | ||
| 1806 | else if (GC_FRAMEP (obj)) | 1805 | else if (GC_FRAMEP (obj)) |
| 1807 | { | 1806 | { |
| 1808 | /* See comment above under Lisp_Vector for why this is volatile. */ | 1807 | /* See comment above under Lisp_Vector for why this is volatile. */ |
| @@ -1826,7 +1825,6 @@ mark_object (argptr) | |||
| 1826 | mark_object (&ptr->menu_bar_vector); | 1825 | mark_object (&ptr->menu_bar_vector); |
| 1827 | mark_object (&ptr->buffer_predicate); | 1826 | mark_object (&ptr->buffer_predicate); |
| 1828 | } | 1827 | } |
| 1829 | #endif /* MULTI_FRAME */ | ||
| 1830 | else if (GC_BOOL_VECTOR_P (obj)) | 1828 | else if (GC_BOOL_VECTOR_P (obj)) |
| 1831 | { | 1829 | { |
| 1832 | register struct Lisp_Vector *ptr = XVECTOR (obj); | 1830 | register struct Lisp_Vector *ptr = XVECTOR (obj); |