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-2-102-g3b


From: Andy Wingo
Subject: [Guile-commits] GNU Guile branch, master, updated. release_1-9-2-102-g3bcf189
Date: Wed, 26 Aug 2009 23:31:00 +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=3bcf189ba0d903e42935154c499ad60e1bf9cb3b

The branch, master has been updated
       via  3bcf189ba0d903e42935154c499ad60e1bf9cb3b (commit)
      from  71a5964c110bea93ac926331547c25bdff67ce23 (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 3bcf189ba0d903e42935154c499ad60e1bf9cb3b
Author: Andy Wingo <address@hidden>
Date:   Thu Aug 27 01:25:52 2009 +0200

    Revert "eval is actually compile"
    
    This reverts commit afe5e6baa76796b1467890fd55416a7f304bed5c.

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

Summary of changes:
 module/ice-9/boot-9.scm |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)

diff --git a/module/ice-9/boot-9.scm b/module/ice-9/boot-9.scm
index ead175d..a3a1e03 100644
--- a/module/ice-9/boot-9.scm
+++ b/module/ice-9/boot-9.scm
@@ -3492,14 +3492,6 @@ module '(ice-9 q) '(make-q q-length))}."
 
 
 
-;;; Replace the C evaluator with the compiler.
-;;;
-
-(define (eval x env)
-  ((@ (system base compile) compile) x #:from 'scheme #:to 'value #:env env))
-
-
-
 ;;; Place the user in the guile-user module.
 ;;;
 


hooks/post-receive
-- 
GNU Guile




reply via email to

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