From 7f7a75d4f53410c31c9ec4a48283daa153c2cbb1 Mon Sep 17 00:00:00 2001 From: Alex Shinn Date: Mon, 27 Apr 2015 11:42:00 +0900 Subject: [PATCH] Exporting syntax-rules from (scheme r5rs). --- lib/scheme/r5rs.sld | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/lib/scheme/r5rs.sld b/lib/scheme/r5rs.sld index c6d8e25b..cc23dad4 100644 --- a/lib/scheme/r5rs.sld +++ b/lib/scheme/r5rs.sld @@ -49,7 +49,6 @@ string-ci<=? string-ci=? string-ci>? string-ci>=? string-copy string-fill! string-length string-ref string-set! string? string? string>=? substring symbol->string symbol? - tan truncate values vector vector->list vector-fill! vector-length - vector-ref vector-set! vector? with-input-from-file - with-output-to-file write write-char zero? - )) + syntax-rules tan truncate values vector vector->list vector-fill! + vector-length vector-ref vector-set! vector? with-input-from-file + with-output-to-file write write-char zero?))