1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

Revert "eval is actually compile"

This reverts commit afe5e6baa7.
This commit is contained in:
Andy Wingo 2009-08-27 01:25:52 +02:00
parent 71a5964c11
commit 3bcf189ba0

View file

@ -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.
;;;