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:
parent
d4ae3ae6fa
commit
9d3903dbed
3 changed files with 9 additions and 4 deletions
|
@ -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)
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue