[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master b65a905edf: src/lisp.h (FOR_EACH_TAIL_SAFE): Typo
From: |
Stefan Monnier |
Subject: |
master b65a905edf: src/lisp.h (FOR_EACH_TAIL_SAFE): Typo |
Date: |
Sat, 14 May 2022 12:46:23 -0400 (EDT) |
branch: master
commit b65a905edf57b9d6d24713c18ce26c6475b87c3e
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>
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 e76a36d269..9ee63428d4 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master b65a905edf: src/lisp.h (FOR_EACH_TAIL_SAFE): Typo,
Stefan Monnier <=