lang/r5rs.ss is a stub for r5rs/r5rs.ss

svn: r1160
This commit is contained in:
Eli Barzilay 2005-10-25 20:21:36 +00:00
parent 664db6f965
commit 5805633713

6
collects/lang/r5rs.ss Normal file
View File

@ -0,0 +1,6 @@
;; This module provides R5RS Scheme, which is defined in "r5rs/r5rs.ss".
;; This file is here only as a stub for backward compatibility; use
;; (lib "r5rs.ss" "r5rs")
;; instead.
(module r5rs (lib "r5rs.ss" "r5rs")
(#%provide (all-from (lib "r5rs.ss" "r5rs"))))