1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

bugfix to make-cenv

* module/system/base/compile.scm (make-cenv): Fix make-cenv.
This commit is contained in:
Andy Wingo 2008-05-03 19:38:10 +02:00
parent e9b8c501d6
commit 23d43503d1

View file

@ -35,8 +35,7 @@
(define-record (<cenv> vm language module)) (define-record (<cenv> vm language module))
(define-public (make-cenv . rest) (export make-cenv)
(apply <cenv> rest))
(define-public (syntax-error loc msg exp) (define-public (syntax-error loc msg exp)
(throw 'syntax-error loc msg exp)) (throw 'syntax-error loc msg exp))