Fix Struct-Type-Property.
Closes PR 13593.
This commit is contained in:
parent
4ebf53e919
commit
8d080b74cb
|
@ -232,7 +232,7 @@
|
||||||
(define -Thread-Group
|
(define -Thread-Group
|
||||||
(make-Base 'Thread-Group #'thread-group? thread-group? #'-Thread-Group))
|
(make-Base 'Thread-Group #'thread-group? thread-group? #'-Thread-Group))
|
||||||
(define -Struct-Type-Property
|
(define -Struct-Type-Property
|
||||||
(make-Base 'Struct-Type-Property #'struct-type-property? struct-type-property? #'Struct-Type-Property))
|
(make-Base 'Struct-Type-Property #'struct-type-property? struct-type-property? #'-Struct-Type-Property))
|
||||||
(define -Impersonator-Property
|
(define -Impersonator-Property
|
||||||
(make-Base 'Impersonator-Property #'impersonator-property? impersonator-property? #'-Impersonator-Property))
|
(make-Base 'Impersonator-Property #'impersonator-property? impersonator-property? #'-Impersonator-Property))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user