From 5da3780604802ba86625dac927f8f6a48b6df2cc Mon Sep 17 00:00:00 2001 From: Oleh Krehel Date: Tue, 28 Apr 2015 19:03:52 +0200 Subject: Mark previous uses of INTERNAL_FIELD with a trailing underscore * src/.gdbinit: Revert the previous changes. * src/buffer.c (compact_buffer): Use BVAR. --- src/alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/alloc.c') diff --git a/src/alloc.c b/src/alloc.c index 509ac59c9d4..688363d06e3 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -4496,7 +4496,7 @@ live_buffer_p (struct mem_node *m, void *p) must not have been killed. */ return (m->type == MEM_TYPE_BUFFER && p == m->start - && !NILP (((struct buffer *) p)->name)); + && !NILP (((struct buffer *) p)->name_)); } #endif /* GC_MARK_STACK || defined GC_MALLOC_CHECK */ -- cgit v1.2.1