CS bootstrap: fix structure-operation simplification
This commit is contained in:
parent
3235f648fb
commit
1e7dbbe020
|
@ -202,8 +202,9 @@
|
|||
(let ()
|
||||
(define-values (r-name init-cnt auto-cnt ref set immutables super skipped?)
|
||||
(struct-type-info rtd))
|
||||
(or (not super)
|
||||
(base-rtd-subtype-rtd? super)))))
|
||||
(if super
|
||||
(base-rtd-subtype-rtd? super)
|
||||
#f))))
|
||||
|
||||
;; `i` does not count parent fields
|
||||
(define (record-accessor rtd i [name #f])
|
||||
|
|
Loading…
Reference in New Issue
Block a user