From: Chris Hanson Date: Sun, 30 May 2010 11:10:30 +0000 (-0700) Subject: Fix broken reference. X-Git-Tag: 20100708-Gtk~49 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=38cbbe9045c1b3e1d9a63585d44d0519cbbb9705;p=mit-scheme.git Fix broken reference. --- diff --git a/src/runtime/runtime.pkg b/src/runtime/runtime.pkg index e2f95aa83..5307eea8a 100644 --- a/src/runtime/runtime.pkg +++ b/src/runtime/runtime.pkg @@ -1145,7 +1145,7 @@ USA. well-formed-scalar-value-list? well-formed-scalar-value-range?) (export (runtime string) - char-set-table)) + (char-set-table %char-set-table))) (define-package (runtime compiler-info) (files "infstr" "infutl")