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:
816b912
)
Add missing rename to host-adapter. Thanks Joe Marshall for another catch.
author
Chris Hanson
<cph@google.com>
Thu, 25 Jan 2018 21:57:51 +0000
(13:57 -0800)
committer
Chris Hanson
<cph@google.com>
Thu, 25 Jan 2018 21:57:51 +0000
(13:57 -0800)
src/runtime/host-adapter.scm
patch
|
blob
|
history
diff --git
a/src/runtime/host-adapter.scm
b/src/runtime/host-adapter.scm
index e594e5be08a354a3a3d1105bf2de6473a1bd1d57..4206daf99ca232d20e4d7651c8b39faf32ea07c4 100644
(file)
--- a/
src/runtime/host-adapter.scm
+++ b/
src/runtime/host-adapter.scm
@@
-127,7
+127,9
@@
USA.
the-environment
unassigned?
variable))
- (provide-rename 'set-scode-lambda-body! 'set-lambda-body!))
+ (provide-rename 'set-scode-lambda-body! 'set-lambda-body!)
+ (provide-rename 'undefined-scode-conditional-branch
+ 'undefined-conditional-branch))
(let ((env (->environment '(runtime))))
(if (unbound? env 'select-on-bytes-per-word)