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:
16b5b13
)
Add missing procedure in host-adapter.
author
Chris Hanson
<org/chris-hanson/cph>
Mon, 14 May 2018 04:29:35 +0000
(21:29 -0700)
committer
Chris Hanson
<org/chris-hanson/cph>
Mon, 14 May 2018 04:29:35 +0000
(21:29 -0700)
src/runtime/host-adapter.scm
patch
|
blob
|
history
diff --git
a/src/runtime/host-adapter.scm
b/src/runtime/host-adapter.scm
index 956cf55c4bb841aa96dd4a022684d87aa45dde3a..dd447c6eac607ddf0213f8754c788d473dd9a7fc 100644
(file)
--- a/
src/runtime/host-adapter.scm
+++ b/
src/runtime/host-adapter.scm
@@
-89,6
+89,10
@@
USA.
(list (cons 'name name) ...)))))
env))
+ (if (unbound? env 'define-print-method)
+ (eval '(define (define-print-method predicate print-method)
+ unspecific)
+ env))
(if (unbound? env 'standard-print-method)
(eval '(define (standard-print-method name #!optional get-parts)
(simple-unparser-method name