Marcel Taeumel uploaded a new version of FFI-Kernel to project FFI:
http://source.squeak.org/FFI/FFI-Kernel-mt.88.mcz==================== Summary ====================
Name: FFI-Kernel-mt.88
Author: mt
Time: 2 June 2020, 8:18:52.888853 pm
UUID: 17387de1-88a7-1d42-b168-310574d0b78d
Ancestors: FFI-Kernel-mt.87
Fixes a typo in the postscript.
=============== Diff against FFI-Kernel-mt.87 ===============
Item was changed:
(PackageInfo named: 'FFI-Kernel') postscript: 'Smalltalk removeFromStartUpList: ExternalAddress.
Smalltalk removeFromStartUpList: ExternalObject.
+ "Since #pointerSize in ExternalType is never nil anymore, make the code generated for fields more specific, i.e., #shortPointerAt:(put:) or #longPointerAt:(put:)."
- "Since #pointerSize in ExternalType is never nil anymore, make the code generated for fields more specific, i.e., #shortPointerAt:(put:) or #longPointerAt:(put:).
ExternalStructure withAllSubclassesDo: [:cls | cls defineFields].
'!