diff options
author | Andy Wingo <wingo@pobox.com> | 2010-05-02 11:19:46 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2010-05-02 11:19:46 +0200 |
commit | 915aca30baccaf646752d84f11d4e461ca24391a (patch) | |
tree | 535f9320be7e2e4aed8b6af41cea4211de8be5e1 | |
parent | 246ea9e16a173a0ddd8e95b49087e0b0fd27232c (diff) | |
download | guile-915aca30baccaf646752d84f11d4e461ca24391a.tar.gz |
fix a comment about environments and the scheme compiler
* module/language/scheme/compile-tree-il.scm: Fix a comment about the
format of environments.
-rw-r--r-- | module/language/scheme/compile-tree-il.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/module/language/scheme/compile-tree-il.scm b/module/language/scheme/compile-tree-il.scm index 6db257259..d9d2d7afc 100644 --- a/module/language/scheme/compile-tree-il.scm +++ b/module/language/scheme/compile-tree-il.scm @@ -22,8 +22,7 @@ #:use-module (language tree-il) #:export (compile-tree-il)) -;;; environment := #f -;;; | MODULE +;;; environment := MODULE (define (compile-tree-il x e opts) (save-module-excursion |