guile-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.2-85-g2b0b09


From: Ludovic Courtès
Subject: [Guile-commits] GNU Guile branch, stable-2.0, updated. v2.0.2-85-g2b0b09f
Date: Sat, 17 Sep 2011 14:53:27 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Guile".

http://git.savannah.gnu.org/cgit/guile.git/commit/?id=2b0b09fed4e446712dde60781ed09a6100e833f3

The branch, stable-2.0 has been updated
       via  2b0b09fed4e446712dde60781ed09a6100e833f3 (commit)
      from  2ae0775e405de414e2da4806588b674c07793b8e (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2b0b09fed4e446712dde60781ed09a6100e833f3
Author: Ludovic Courtès <address@hidden>
Date:   Sat Sep 17 16:53:23 2011 +0200

    peval: Typo.
    
    * module/language/tree-il/optimize.scm (peval)[maybe-unlambda]: Fix
      typo in comment.

-----------------------------------------------------------------------

Summary of changes:
 module/language/tree-il/optimize.scm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/module/language/tree-il/optimize.scm 
b/module/language/tree-il/optimize.scm
index cb7bdf6..5e95ca1 100644
--- a/module/language/tree-il/optimize.scm
+++ b/module/language/tree-il/optimize.scm
@@ -256,7 +256,7 @@ it does not handle <fix> and <let-values>, it should be 
called before
       (($ <lambda> src ()
           (and lc ($ <lambda-case>)))
        ;; 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
        ;; copies of it.
        (make-lambda src '() (alpha-rename lc)))


hooks/post-receive
-- 
GNU Guile



reply via email to

[Prev in Thread] Current Thread [Next in Thread]