diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-06-10 10:34:52 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-06-10 10:34:52 -0700 |
commit | 8720c828d956fd29d9266d0e06cb7ead69d5ab95 (patch) | |
tree | 3d94a9bf47d5d5135e2bd7a03927062f620b5439 /Makefile | |
parent | 8557121c01f072f7e194c93c1e545e0b51ed563d (diff) | |
download | txr-8720c828d956fd29d9266d0e06cb7ead69d5ab95.tar.gz txr-8720c828d956fd29d9266d0e06cb7ead69d5ab95.tar.bz2 txr-8720c828d956fd29d9266d0e06cb7ead69d5ab95.zip |
ffi: bugfix: string semantics for incomplete zarray.
The problem is that the get semantics (zarray char)
produces a vector of characters, not a string. Ditto for
bchar and wchar.
* ffi.c (ffi_varray_null_term_in): Check for the char_conv,
wchar_conv or bchar_conv flag and delegate to
ffi_array_get_common.
(ffi_type_compile): Set char_conv, wchar_conv or bchar_conv
flag for incomplete zarray.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions