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:
a8f09e3
)
Change make-parameter to be make-unsettable-parameter.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 29 Feb 2016 05:13:25 +0000
(21:13 -0800)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 29 Feb 2016 05:13:25 +0000
(21:13 -0800)
src/runtime/runtime.pkg
patch
|
blob
|
history
diff --git
a/src/runtime/runtime.pkg
b/src/runtime/runtime.pkg
index 5bd42903f3e1bfc7769a1f9c415908f673b590a0..e603f7ec9d4371e2b65a6c6dd8020a0401f858a3 100644
(file)
--- a/
src/runtime/runtime.pkg
+++ b/
src/runtime/runtime.pkg
@@
-4608,7
+4608,7
@@
USA.
(files "dynamic")
(parent (runtime))
(export ()
- (make-parameter make-settable-parameter)
+ (make-parameter make-
un
settable-parameter)
default-parameter-converter
default-parameter-getter
default-parameter-setter