1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-18 01:30:27 +02:00

*** empty log message ***

This commit is contained in:
Keisuke Nishida 2001-04-04 20:14:34 +00:00
parent d4ae3ae6fa
commit 9d3903dbed
3 changed files with 9 additions and 4 deletions

View file

@ -20,7 +20,6 @@
;; Boston, MA 02111-1307, USA.
(define-module (language r5rs spec)
:use-module (system base module)
:use-module (system base language)
:use-module (language r5rs expand)
:use-module (language r5rs translate)
@ -33,5 +32,5 @@
:expander expand
:translator translate
:printer write
:environment (global-ref 'Language::R5RS::core)
;; :environment (global-ref 'Language::R5RS::core)
)