diff options
Diffstat (limited to 'src/alloc.c')
| -rw-r--r-- | src/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c index 7024b47fc7d..f076075a94f 100644 --- a/src/alloc.c +++ b/src/alloc.c | |||
| @@ -4317,7 +4317,7 @@ live_buffer_p (struct mem_node *m, void *p) | |||
| 4317 | void dump_zombies (void) EXTERNALLY_VISIBLE; | 4317 | void dump_zombies (void) EXTERNALLY_VISIBLE; |
| 4318 | 4318 | ||
| 4319 | /* Array of objects that are kept alive because the C stack contains | 4319 | /* Array of objects that are kept alive because the C stack contains |
| 4320 | a pattern that looks like a reference to them . */ | 4320 | a pattern that looks like a reference to them. */ |
| 4321 | 4321 | ||
| 4322 | #define MAX_ZOMBIES 10 | 4322 | #define MAX_ZOMBIES 10 |
| 4323 | static Lisp_Object zombies[MAX_ZOMBIES]; | 4323 | static Lisp_Object zombies[MAX_ZOMBIES]; |