From b65a905edf57b9d6d24713c18ce26c6475b87c3e Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sat, 14 May 2022 12:46:21 -0400 Subject: [PATCH] src/lisp.h (FOR_EACH_TAIL_SAFE): Typo --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lisp.h b/src/lisp.h index e76a36d2695..9ee63428d41 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -5496,7 +5496,7 @@ struct for_each_tail_internal intended for use only by the above macros. Use Brent’s teleporting tortoise-hare algorithm. See: - Brent RP. BIT. 1980;20(2):176-84. doi:10.1007/BF01933190 + Brent RP. BIT. 1980;20(2):176-184. doi:10.1007/BF01933190 https://maths-people.anu.edu.au/~brent/pd/rpb051i.pdf This macro uses maybe_quit because of an excess of caution. The -- 2.39.2