[squeak-dev] FFI: FFI-Kernel-eem.86.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Jun 1 18:39:54 UTC 2020


Eliot Miranda uploaded a new version of FFI-Kernel to project FFI:
http://source.squeak.org/FFI/FFI-Kernel-eem.86.mcz

==================== Summary ====================

Name: FFI-Kernel-eem.86
Author: eem
Time: 1 June 2020, 11:39:53.443746 am
UUID: 0c4fa218-d5d5-45ec-b39d-84f9b5bbfc81
Ancestors: FFI-Kernel-mt.85

lioiminate Undeclared reference in unsent method, by nuking method :-)

=============== Diff against FFI-Kernel-mt.85 ===============

Item was removed:
- ----- Method: ExternalType>>pointerSize: (in category 'private') -----
- pointerSize: anInteger
- 	| spec |
- 	pointerSize := anInteger.
- 	(((spec := compiledSpec at: 1) anyMask: FFIFlagPointer)
- 	 and: [(spec bitAnd: FFIStructSizeMask) ~= anInteger]) ifTrue:
- 		[compiledSpec := compiledSpec shallowCopy.
- 		 compiledSpec at: 1 put: (spec bitClear: FFIStructSizeMask) + anInteger]!



More information about the Squeak-dev mailing list