aboutsummaryrefslogtreecommitdiffstats
path: root/src/alloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/alloc.c')
-rw-r--r--src/alloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 15a3d34d40f..49c99501f11 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -5896,7 +5896,7 @@ mark_pinned_symbols (void)
5896 where mark_stack finds values that look like live Lisp objects on 5896 where mark_stack finds values that look like live Lisp objects on
5897 portions of stack that couldn't possibly contain such live objects. 5897 portions of stack that couldn't possibly contain such live objects.
5898 For more details of this, see the discussion at 5898 For more details of this, see the discussion at
5899 https://lists.gnu.org/archive/html/emacs-devel/2014-05/msg00270.html. */ 5899 https://lists.gnu.org/r/emacs-devel/2014-05/msg00270.html. */
5900static Lisp_Object 5900static Lisp_Object
5901garbage_collect_1 (void *end) 5901garbage_collect_1 (void *end)
5902{ 5902{