From 38cbbe9045c1b3e1d9a63585d44d0519cbbb9705 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Sun, 30 May 2010 04:10:30 -0700 Subject: [PATCH] Fix broken reference. --- src/runtime/runtime.pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- 2.25.1