mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-20 19:50:24 +02:00
bugfix to make-cenv
* module/system/base/compile.scm (make-cenv): Fix make-cenv.
This commit is contained in:
parent
e9b8c501d6
commit
23d43503d1
1 changed files with 1 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue