From: Chris Hanson Date: Wed, 12 Apr 2017 04:46:43 +0000 (-0700) Subject: Fix compilation issue. X-Git-Tag: mit-scheme-pucked-9.2.12~158^2~54 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=7ef85d38d0ae42029352cf0bc4f754bcf3a724b0;p=mit-scheme.git Fix compilation issue. --- diff --git a/src/runtime/host-adapter.scm b/src/runtime/host-adapter.scm index 61b175784..a27224d75 100644 --- a/src/runtime/host-adapter.scm +++ b/src/runtime/host-adapter.scm @@ -53,7 +53,10 @@ USA. ((eq? name 'tagged-object) #x25) ((eq? name 'unicode-string) #x1B) (else #t)) - (error "MICROCODE-TYPE: Unknown name" name)))) + (error "MICROCODE-TYPE: Unknown name" name))) + + (define (bytes-per-object) + (vector-ref (gc-space-status) 0))) (->environment '())) ;; Make new CREF's .pkds usable. (eval