guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, master, updated. release_1-9-10-74-g52


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-10-74-g52272fc
Date: Tue, 27 Apr 2010 21:02:44 +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=52272fc764d0ca3eee00dcf7f1f51734198ad777

The branch, master has been updated
       via  52272fc764d0ca3eee00dcf7f1f51734198ad777 (commit)
      from  d2b7b761e510e9616db837b2e72819c90a3db25b (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 52272fc764d0ca3eee00dcf7f1f51734198ad777
Author: Andy Wingo <address@hidden>
Date:   Tue Apr 27 23:04:39 2010 +0200

    fix bug in compile-glil.scm for return opcode-hack
    
    * module/language/tree-il/compile-glil.scm (*primcall-ops*): Fix entry
      for `return'. Thanks to Jon Herron for the report.

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

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

diff --git a/THANKS b/THANKS
index 2649a2a..cdab840 100644
--- a/THANKS
+++ b/THANKS
@@ -56,6 +56,7 @@ For fixes or providing information which led to a fix:
           Sven Hartrumpf
           Eric Hanchrow
           Judy Hawkins
+           Jon Herron
             Sam Hocevar
        Patrick Horgan
            Ales Hvezda
diff --git a/module/language/tree-il/compile-glil.scm 
b/module/language/tree-il/compile-glil.scm
index b45423a..4d5e29b 100644
--- a/module/language/tree-il/compile-glil.scm
+++ b/module/language/tree-il/compile-glil.scm
@@ -123,7 +123,7 @@
    (make-struct . make-struct)
 
    ;; hack for javascript
-   ((return . 1) return)
+   ((return . 1) . return)
 
    ((bytevector-u8-ref . 2) . bv-u8-ref)
    ((bytevector-u8-set! . 3) . bv-u8-set)


hooks/post-receive
-- 
GNU Guile




reply via email to

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