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-12-38-g7b


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-12-38-g7bcbdce
Date: Sun, 19 Sep 2010 10:12:33 +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=7bcbdce17c84fb3b28cb2f1eac19826ffd03394b

The branch, master has been updated
       via  7bcbdce17c84fb3b28cb2f1eac19826ffd03394b (commit)
      from  589520bc59981bcf60f4f348961f57301731c438 (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 7bcbdce17c84fb3b28cb2f1eac19826ffd03394b
Author: Göran Weinholt <address@hidden>
Date:   Sat Sep 18 18:35:30 2010 +0200

    Fix make-variable-transformer export
    
    * module/rnrs/syntax-case.scm: Add make-variable-transformer to the
      imports. This was causing an unbound variable error even though
      (rnrs) had been imported.

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

Summary of changes:
 module/rnrs/syntax-case.scm |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/module/rnrs/syntax-case.scm b/module/rnrs/syntax-case.scm
index 6aa1cef..9d39000 100644
--- a/module/rnrs/syntax-case.scm
+++ b/module/rnrs/syntax-case.scm
@@ -36,7 +36,8 @@
          unsyntax-splicing
 
          syntax-violation)
-  (import (only (guile) syntax-case
+  (import (only (guile) make-variable-transformer
+                       syntax-case
                        syntax
                        
                        identifier?


hooks/post-receive
-- 
GNU Guile



reply via email to

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