mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 06:20:23 +02:00
peval: Typo.
* module/language/tree-il/optimize.scm (peval)[maybe-unlambda]: Fix typo in comment.
This commit is contained in:
parent
2ae0775e40
commit
2b0b09fed4
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ it does not handle <fix> and <let-values>, it should be called before
|
||||||
(($ <lambda> src ()
|
(($ <lambda> src ()
|
||||||
(and lc ($ <lambda-case>)))
|
(and lc ($ <lambda-case>)))
|
||||||
;; This is an anonymous lambda that we're going to inline. The
|
;; This is an anonymous lambda that we're going to inline. The
|
||||||
;; variable allocation process assumes globally unique gensyms to
|
;; variable allocation process assumes globally unique gensyms, so
|
||||||
;; alpha-rename the lambda to avoid any collision with other
|
;; alpha-rename the lambda to avoid any collision with other
|
||||||
;; copies of it.
|
;; copies of it.
|
||||||
(make-lambda src '() (alpha-rename lc)))
|
(make-lambda src '() (alpha-rename lc)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue