fix problem with _list-struct

Repairs a mistake in d747f8f806.
This commit is contained in:
Matthew Flatt 2015-02-17 16:00:18 -07:00
parent b37eab0621
commit a40afcd782

View File

@ -1327,7 +1327,7 @@
type . types)
(let* ([types (cons type types)]
[stype (make-cstruct-type types #f alignment)]
[offsets (compute-offsets types alignment)]
[offsets (compute-offsets types alignment (map (lambda (x) #f) types))]
[len (length types)])
(make-ctype stype
(lambda (vals)