Fix Struct-Type-Property.

Closes PR 13593.
This commit is contained in:
Eric Dobson 2013-03-23 00:07:09 -07:00
parent 4ebf53e919
commit 8d080b74cb

View File

@ -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))