guile-commits
[Top][All Lists]
Advanced

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

[Guile-commits] GNU Guile branch, syncase-in-boot-9, updated. 9d07bb7276


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, syncase-in-boot-9, updated. 9d07bb7276d1be078c5933645897694035ecdcfe
Date: Tue, 26 May 2009 14:06:46 +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=9d07bb7276d1be078c5933645897694035ecdcfe

The branch, syncase-in-boot-9 has been updated
       via  9d07bb7276d1be078c5933645897694035ecdcfe (commit)
      from  73643339527d27a09d62424428b67417ca627bf5 (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 9d07bb7276d1be078c5933645897694035ecdcfe
Author: Andy Wingo <address@hidden>
Date:   Tue May 26 16:03:37 2009 +0200

    distcheck fix, fix (ice-9 time)
    
    * lang/Makefile.am (elisp_sources): Add elisp/expand.scm.
    
    * module/ice-9/time.scm (time): Fix for new macro expander. Ew.

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

Summary of changes:
 lang/Makefile.am      |    1 +
 module/ice-9/time.scm |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/lang/Makefile.am b/lang/Makefile.am
index 6dc2e29..97c440d 100644
--- a/lang/Makefile.am
+++ b/lang/Makefile.am
@@ -28,6 +28,7 @@ elisp_sources =                                       \
        elisp/example.el                        \
        elisp/interface.scm                     \
        elisp/transform.scm                     \
+       elisp/expand.scm                        \
        elisp/variables.scm                     \
                                                \
        elisp/primitives/buffers.scm            \
diff --git a/module/ice-9/time.scm b/module/ice-9/time.scm
index a704596..86ebcbf 100644
--- a/module/ice-9/time.scm
+++ b/module/ice-9/time.scm
@@ -53,6 +53,6 @@
     result))
 
 (define-macro (time exp)
-  `(,time-proc (lambda () ,exp)))
+  `((@@ (ice-9 time) time-proc) (lambda () ,exp)))
 
 ;;; time.scm ends here


hooks/post-receive
-- 
GNU Guile




reply via email to

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