diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-05-21 17:38:46 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-05-21 17:38:46 -0700 |
commit | b5492b47b04e4c3bc4c175484744e76332a69a8d (patch) | |
tree | 64277663993694d448b5477267031b7962b1968f /struct.c | |
parent | f4fbc27f443b1a33148f88cc1643e0a5aa48671b (diff) | |
download | txr-b5492b47b04e4c3bc4c175484744e76332a69a8d.tar.gz txr-b5492b47b04e4c3bc4c175484744e76332a69a8d.tar.bz2 txr-b5492b47b04e4c3bc4c175484744e76332a69a8d.zip |
ffi: floating-point endian types: wrong Lisp type.
* ffi.c (ffi_init_types): The be-float, be-double, le-float and
le-double types wrongly have integer indicated as their Lisp
type symbol; it should be float. This doesn't fix any actual bug;
the Lisp type is only important for structures/unions. The
conversion of be-double is driven by the behavior of the type's
virtual functions, which don't look at the Lisp type symbol.
Diffstat (limited to 'struct.c')
0 files changed, 0 insertions, 0 deletions