projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fab96c
)
Export %char-set-member? to parser.
author
Joe Marshall
<jmarshall@alum.mit.edu>
Tue, 24 Nov 2009 20:26:03 +0000
(12:26 -0800)
committer
Joe Marshall
<jmarshall@alum.mit.edu>
Tue, 24 Nov 2009 20:26:03 +0000
(12:26 -0800)
src/runtime/runtime.pkg
patch
|
blob
|
history
diff --git
a/src/runtime/runtime.pkg
b/src/runtime/runtime.pkg
index 9e306073e226bcc744c24097a15e06bc6fbbe679..085e4161cf5789ae74689148c3f5e1019108f244 100644
(file)
--- a/
src/runtime/runtime.pkg
+++ b/
src/runtime/runtime.pkg
@@
-1095,6
+1095,8
@@
USA.
(export (runtime string)
%char-set-member?
char-set-table)
+ (export (runtime parser)
+ %char-set-member?)
(export (runtime regular-expression-compiler)
make-char-set)
(initialization (initialize-package!)))