removed some bindings from some base libraries which should not have

exported them.
This commit is contained in:
Abdulaziz Ghuloum 2008-11-15 11:31:10 -05:00
parent 72113727db
commit ab6f0567a1
2 changed files with 4 additions and 4 deletions

View File

@ -1 +1 @@
1679
1680

View File

@ -1018,7 +1018,6 @@
[serious-condition? i r co]
[simple-conditions i r co]
[&syntax i r co]
[syntax-violation i r co sc]
[syntax-violation-form i r co]
[syntax-violation-subform i r co]
[syntax-violation? i r co]
@ -1097,7 +1096,7 @@
[null-environment i r5 se]
[quotient i r5 se]
[scheme-report-environment i r5 se]
[interaction-environment i r5 se]
[interaction-environment i]
[new-interaction-environment i]
[close-port i r ip]
[eol-style i r ip]
@ -1205,7 +1204,7 @@
[current-input-port i r ip is se]
[current-output-port i r ip is se]
[current-error-port i r ip is]
[eof-object i r ip is se]
[eof-object i r ip is]
[eof-object? i r ip is se]
[close-input-port i r is se]
[close-output-port i r is se]
@ -1295,6 +1294,7 @@
[record-mutator i r rp]
[record-predicate i r rp]
[record-type-descriptor? i r rp]
[syntax-violation i r sc]
[bound-identifier=? i r sc]
[datum->syntax i r sc]
[syntax i r sc]