projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d2cd8b
)
src/lisp.h (FOR_EACH_TAIL_SAFE): Typo
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 14 May 2022 16:46:21 +0000
(12:46 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 14 May 2022 16:46:21 +0000
(12:46 -0400)
src/lisp.h
patch
|
blob
|
history
diff --git
a/src/lisp.h
b/src/lisp.h
index e76a36d26956f23a7de9ccd4821452e37019adbb..9ee63428d41ca906c9e6037189118f9682ff3155 100644
(file)
--- 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-
1
84. 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