Marcel Taeumel uploaded a new version of FFI-Kernel to project FFI:
http://source.squeak.org/FFI/FFI-Kernel-mt.116.mcz==================== Summary ====================
Name: FFI-Kernel-mt.116
Author: mt
Time: 19 June 2020, 8:03:02.813645 pm
UUID: c862510f-5cc0-9b42-9b29-53a2eb5de0e9
Ancestors: FFI-Kernel-mt.115
Actually provide a default for type name for type aliases that can work. :-)
=============== Diff against FFI-Kernel-mt.115 ===============
Item was changed:
----- Method: ExternalTypeAlias class>>originalTypeName (in category 'type alias') -----
originalTypeName
"Answer the typeName this alias should be for, e.g., 'long', 'ulonglong*'. Provide a default here to make automated sends to #compileFields work."
+ ^ 'void*'!
- ^ 'void'!